From bcbfc675a41579e72eb56e4fc50ddf203592868a Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Tue, 21 May 2024 11:47:19 -0400 Subject: [PATCH] [PRISM] Enable TestSyntax#test_numbered_parameter --- test/.excludes-prism/TestSyntax.rb | 1 - 1 file changed, 1 deletion(-) 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")