diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-05-08 09:19:19 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-05-08 10:18:57 -0400 |
| commit | 06a1df3ef9559bbdac31c444e154ebf86e09d0a2 (patch) | |
| tree | 95018f6181c246d8ae0a2c7bf671fbd2a8871610 | |
| parent | 74d948a617caac55ef66119a4aebe4ee6c034d98 (diff) | |
[PRISM] Enable more passing tests
| -rw-r--r-- | test/.excludes-prism/TestRubyLiteral.rb | 1 | ||||
| -rw-r--r-- | test/.excludes-prism/TestSyntax.rb | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/test/.excludes-prism/TestRubyLiteral.rb b/test/.excludes-prism/TestRubyLiteral.rb index 0305bc2117..9c6a8fd0fe 100644 --- a/test/.excludes-prism/TestRubyLiteral.rb +++ b/test/.excludes-prism/TestRubyLiteral.rb @@ -1,3 +1,2 @@ exclude(:test_dregexp, "https://github.com/ruby/prism/issues/2664") -exclude(:test_hash_value_omission, "unknown") exclude(:test_string, "https://github.com/ruby/prism/issues/2331") diff --git a/test/.excludes-prism/TestSyntax.rb b/test/.excludes-prism/TestSyntax.rb index 9402546e68..f798399843 100644 --- a/test/.excludes-prism/TestSyntax.rb +++ b/test/.excludes-prism/TestSyntax.rb @@ -1,16 +1,12 @@ exclude(:test__END___cr, "unknown") exclude(:test_argument_forwarding_with_super, "unknown") exclude(:test_argument_forwarding, "unknown") -exclude(:test_dedented_heredoc_concatenation, "unknown") exclude(:test_dedented_heredoc_continued_line, "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_it, "https://github.com/ruby/prism/issues/2323") exclude(:test_keyword_invalid_name, "unknown") exclude(:test_keyword_self_reference, "unknown") -exclude(:test_methoddef_endless_command, "unknown") exclude(:test_numbered_parameter, "unknown") exclude(:test_optional_self_reference, "unknown") exclude(:test_syntax_error_at_newline, "unknown") |
