Project

General

Profile

« Previous | Next » 

Revision 2734867c

Added by yui-knk (Kaneko Yuichiro) over 7 years ago

parse.y: Fix the last location of NODE_KW_ARG

  • parse.y (kwd_append): Update the last location of
    NODE_KW_ARG when NODE is appended to the last.

    e.g. The locations of the first NODE_KW_ARG is fixed:

    def a(b: 1, c: 2); end
    
    • Before
    NODE_KW_ARG (line: 1, first_lineno: 1, first_column: 6, last_lineno: 1, last_column: 10)
    
    • After
    NODE_KW_ARG (line: 1, first_lineno: 1, first_column: 6, last_lineno: 1, last_column: 16)
    

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e