diff options
author | Kevin Newton <[email protected]> | 2024-05-21 11:47:19 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-05-21 12:56:20 -0400 |
commit | bcbfc675a41579e72eb56e4fc50ddf203592868a (patch) | |
tree | 0fc3da6d9f1fc01872cbf44b176da0de63fc1cef | |
parent | ff43b4a28b137af6435603eccb57d6cae85d210b (diff) |
[PRISM] Enable TestSyntax#test_numbered_parameter
-rw-r--r-- | test/.excludes-prism/TestSyntax.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb index 0505330b1c..e611d13ce9 100644 --- a/test/.excludes-prism/TestSyntax.rb +++ b/test/.excludes-prism/TestSyntax.rb @@ -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") |