[PRISM] Enable TestParse#test_unexpected_eof

This commit is contained in:
Kevin Newton 2024-05-15 11:27:03 -04:00
Родитель cabc0e093c
Коммит be239cc7bc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1390,7 +1390,7 @@ x = __ENCODING__
end
def test_unexpected_eof
assert_syntax_error('unless', /^ \^\Z/)
assert_syntax_error('unless', /(^|\| ) \^(?!~)/)
end
def test_location_of_invalid_token