summaryrefslogtreecommitdiff
path: root/test/.excludes-prism/TestSyntax.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-05-01 18:12:31 -0400
committerKevin Newton <kddnewton@gmail.com>2024-05-01 19:19:07 -0400
commit8ea6daa86d4135e74c8f56b9f8706a7e9a723f6d (patch)
tree22df698575830f6596dfd22ac73654aec5ec3c09 /test/.excludes-prism/TestSyntax.rb
parentb64fd2f5c5b45b7caf29c44794118fc0f49d2bdd (diff)
[PRISM] Enable passing tests in test_syntax.rb
Diffstat (limited to 'test/.excludes-prism/TestSyntax.rb')
-rw-r--r--test/.excludes-prism/TestSyntax.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb
index 61051e2f37..db53263a26 100644
--- a/test/.excludes-prism/TestSyntax.rb
+++ b/test/.excludes-prism/TestSyntax.rb
@@ -7,12 +7,10 @@ exclude(:test_argument_forwarding, "unknown")
exclude(:test_brace_after_literal_argument, "unknown")
exclude(:test_dedented_heredoc_concatenation, "unknown")
exclude(:test_dedented_heredoc_continued_line, "unknown")
-exclude(:test_dedented_heredoc_invalid_identifer, "unknown")
exclude(:test_duplicated_when, "unknown")
exclude(:test_error_message_encoding, "unknown")
exclude(:test_heredoc_cr, "unknown")
exclude(:test_heredoc_no_terminator, "unknown")
-exclude(:test_invalid_encoding_symbol, "unknown")
exclude(:test_it, "https://github.com/ruby/prism/issues/2323")
exclude(:test_keyword_invalid_name, "unknown")
exclude(:test_keyword_self_reference, "unknown")
@@ -24,6 +22,5 @@ exclude(:test_safe_call_in_massign_lhs, "unknown")
exclude(:test_syntax_error_at_newline, "unknown")
exclude(:test_unexpected_fraction, "unknown")
exclude(:test_unterminated_heredoc_cr, "unknown")
-exclude(:test_unterminated_heredoc, "unknown")
exclude(:test_warn_balanced, "unknown")
exclude(:test_warn_unreachable, "unknown")