diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-06-01 13:50:27 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-06-03 21:12:36 +0000 |
| commit | 5502890a2fc2c98c4a073bde97d9667c59e8a2de (patch) | |
| tree | bd8f255d8b112c8c36565a03b51f78c105ec05fc /test | |
| parent | 56301ba324e2bb8f1c90cfe8e25db8fcdcab14bd (diff) | |
[ruby/prism] Properly destructure procarg0 in parser translation
https://github.com/ruby/prism/commit/823e931ff2
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/ruby/parser_test.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb index d5787a0c16..d0e3288df7 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -52,11 +52,6 @@ module Prism "spanning_heredoc.txt", "spanning_heredoc_newlines.txt", "unescaping.txt", - "seattlerb/block_decomp_anon_splat_arg.txt", - "seattlerb/block_decomp_arg_splat_arg.txt", - "seattlerb/block_decomp_arg_splat.txt", - "seattlerb/block_decomp_splat.txt", - "seattlerb/block_paren_splat.txt", "seattlerb/bug190.txt", "seattlerb/heredoc_nested.txt", "seattlerb/heredoc_with_carriage_return_escapes_windows.txt", @@ -69,7 +64,6 @@ module Prism "seattlerb/pctW_lineno.txt", "seattlerb/regexp_esc_C_slash.txt", "seattlerb/TestRubyParserShared.txt", - "unparser/corpus/literal/block.txt", "unparser/corpus/literal/literal.txt", "unparser/corpus/literal/pattern.txt", "unparser/corpus/semantic/dstr.txt", |
