diff options
author | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-10 06:34:20 +0000 |
---|---|---|
committer | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-10 06:34:20 +0000 |
commit | 5afa84b028ceed0669c0a52bd00e24f72509aabb (patch) | |
tree | 58409258d899362dbb7e37151a25fa47876161c1 /benchmark/bm_vm_thread_create_join.rb | |
parent | 18b2cee2069d57d80c67faee84d9c0c906cbb1b7 (diff) |
parse.y: Fix locations of NODE_NIL in endless ranges.
* parse.y: Fix to start with the end of dots.
e.g. The locations of the NODE_NIL is fixed:
```
1..
```
* Before
```
NODE_NIL (line: 1, location: (1,0)-(1,3))
```
* After
```
NODE_NIL (line: 1, location: (1,3)-(1,3))
```
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark/bm_vm_thread_create_join.rb')
0 files changed, 0 insertions, 0 deletions