diff options
| author | yui-knk <spiketeika@gmail.com> | 2024-07-20 10:02:16 +0900 |
|---|---|---|
| committer | Yuichiro Kaneko <spiketeika@gmail.com> | 2024-07-20 13:04:48 +0900 |
| commit | 84680dc255f3219da8d07684372d9ee623f7ac04 (patch) | |
| tree | ff2f0fcfe268aae2f6a5dd8cce130544f74e859c /test/ruby | |
| parent | 6be539aab5b8fd66685e6079afc6ca83c89fcbd6 (diff) | |
Include `undef` keyword into UNDEF NODE location
For example:
```
undef a, b
```
Before:
```
@ NODE_UNDEF (id: 1, line: 1, location: (1,6)-(1,10))*
```
After:
```
@ NODE_UNDEF (id: 1, line: 1, location: (1,0)-(1,10))*
```
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11214
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions
