summaryrefslogtreecommitdiff
path: root/enc/unicode
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-08 00:33:38 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-08 00:33:38 +0000
commitc6b31b76eed937ff3a8f796d3106338bb3583da9 (patch)
treea12ae7050a090a951e30bd4c9ae6e6aba36f9c5f /enc/unicode
parent3bc080bac9d0711c617202723224c95e9043047b (diff)
parse.y: Fix locations of modifier_rescue
* parse.y: Fix to only include a range from modifier_rescue to stmt (or arg). e.g. The locations of the NODE_RESBODY is fixed: ``` a rescue 1 ``` * Before ``` NODE_RESBODY (line: 1, code_range: (1,0)-(1,10)) ``` * After ``` NODE_RESBODY (line: 1, code_range: (1,2)-(1,10)) ``` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/unicode')
0 files changed, 0 insertions, 0 deletions