Skip to content

Commit

Permalink
[PRISM] Enable TestSyntax#test__END___cr
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed May 16, 2024
1 parent d314d97 commit 14debd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/.excludes-prism/TestSyntax.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
exclude(:test__END___cr, "error message format")
exclude(:test_dedented_heredoc_continued_line, "heredoc line continuation dedent calculation")
exclude(:test_duplicated_when, "error message format")
exclude(:test_error_message_encoding, "syntax error message encoding")
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_syntax_error_at_newline, "error message format")
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")

exclude(:test_duplicated_when, "https://bugs.ruby-lang.org/issues/20401")
exclude(:test_optional_self_reference, "https://bugs.ruby-lang.org/issues/20478")
exclude(:test_keyword_self_reference, "https://bugs.ruby-lang.org/issues/20478")

0 comments on commit 14debd1

Please sign in to comment.