diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-03-05 21:49:16 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-03-06 16:42:52 +0000 |
| commit | d8cce33f07bbccb1eb87ee2db3e7cb9657bdf317 (patch) | |
| tree | 2e84fa98bf3f7128790862dbc841ed69cec38e4a /test | |
| parent | 434e7bc56ed133838fca81489119d0a3c0c37e44 (diff) | |
[ruby/prism] Fix up body semicolon finding in ripper translation
https://github.com/ruby/prism/commit/8fa476d9a1
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/ripper_test.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/prism/ripper_test.rb b/test/prism/ripper_test.rb index 75b642bd3a..190a2bb0a8 100644 --- a/test/prism/ripper_test.rb +++ b/test/prism/ripper_test.rb @@ -14,7 +14,6 @@ module Prism arrays.txt blocks.txt case.txt - classes.txt command_method_call.txt constants.txt dos_endings.txt @@ -93,7 +92,6 @@ module Prism seattlerb/if_elsif.txt seattlerb/lambda_do_vs_brace.txt seattlerb/lasgn_middle_splat.txt - seattlerb/magic_encoding_comment.txt seattlerb/masgn_anon_splat_arg.txt seattlerb/masgn_arg_colon_arg.txt seattlerb/masgn_arg_splat_arg.txt @@ -190,7 +188,6 @@ module Prism whitequark/bug_do_block_in_hash_brace.txt whitequark/case_cond_else.txt whitequark/case_expr_else.txt - whitequark/class_definition_in_while_cond.txt whitequark/dedenting_heredoc.txt whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt @@ -215,7 +212,6 @@ module Prism whitequark/newline_in_hash_argument.txt whitequark/next_block.txt whitequark/numbered_args_after_27.txt - whitequark/numparam_outside_block.txt whitequark/parser_bug_640.txt whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt whitequark/parser_slash_slash_n_escaping_in_literals.txt |
