diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-06-03 17:29:39 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-06-03 21:31:29 +0000 |
| commit | 89ef1392f8966735964b38335b6e8b6613450de9 (patch) | |
| tree | 0f30180947e4ea20a02ed478a4f384cf16d99e96 /test | |
| parent | 5502890a2fc2c98c4a073bde97d9667c59e8a2de (diff) | |
[ruby/prism] Revert "Properly destructure procarg0 in parser translation"
This reverts commit https://github.com/ruby/prism/commit/823e931ff230.
https://github.com/ruby/prism/commit/d8ae19d033
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/ruby/parser_test.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb index d0e3288df7..d5787a0c16 100644 --- a/test/prism/ruby/parser_test.rb +++ b/test/prism/ruby/parser_test.rb @@ -52,6 +52,11 @@ 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", @@ -64,6 +69,7 @@ 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", |
