Project

General

Profile

« Previous | Next » 

Revision 58d572d6

Added by yui-knk (Kaneko Yuichiro) almost 8 years ago

parse.y: Fix a location of NODE_HASH

  • parse.y: Fix to only include a range of assocs.

    e.g. The locations of the NODE_HASH is fixed:

    a(1, b: 10, &block) 
    • Before
    NODE_HASH (line: 1, first_lineno: 1, first_column: 2, last_lineno: 1, last_column: 18) 
    • After
    NODE_HASH (line: 1, first_lineno: 1, first_column: 5, last_lineno: 1, last_column: 10) 

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