[ruby/prism] Reverse-sync numbered reference range handling

https://github.com/ruby/prism/commit/a2f57ef6e3
This commit is contained in:
Kevin Newton 2024-09-12 12:32:17 -04:00 коммит произвёл git
Родитель 8e2d971b9a
Коммит f0dcbbe9b9
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -174,6 +174,10 @@ module Prism
assert_warning("if true\nelsif\nfalse; end", "end of line")
end
def test_numbered_reference
assert_warning("_ = _ = $999999999999999999999", "too big for a number variable, always nil")
end
def test_shareable_constant_value
assert_warning("foo # shareable_constant_value: none", "ignored")
assert_warning("\v # shareable_constant_value: none", "ignored")