[PRISM] Enable TestSyntax#test_numbered_parameter

This commit is contained in:
Kevin Newton 2024-05-21 11:47:19 -04:00
Родитель ff43b4a28b
Коммит bcbfc675a4
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1,6 +1,5 @@
exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
exclude(:test_numbered_parameter, "should raise syntax error for numbered parameters in inner blocks")
exclude(:test_unterminated_heredoc_cr, "quoted \r heredoc terminators should not match \r\n")
exclude(:test_warn_balanced, "missing warning for ** being interpreted as a binary operator")