diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-03-05 08:01:15 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-03-06 16:42:42 +0000 |
| commit | c4388e8409bbf653b45044e4b04b703e09b47fca (patch) | |
| tree | 46b2d984ba010f097a61011fd5865dbb8c178262 /test | |
| parent | c21a50e59656cf36a95e1d7ac8f3c86398e88aae (diff) | |
[ruby/prism] Add constant path ripper translation
https://github.com/ruby/prism/commit/5e47d8eb67
Diffstat (limited to 'test')
| -rw-r--r-- | test/prism/ripper_test.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/prism/ripper_test.rb b/test/prism/ripper_test.rb index 9e19c5aaa6..a0b7d3a25f 100644 --- a/test/prism/ripper_test.rb +++ b/test/prism/ripper_test.rb @@ -394,11 +394,6 @@ module Prism seattlerb/case_in_multiple.txt seattlerb/case_in_or.txt seattlerb/class_comments.txt - seattlerb/const_2_op_asgn_or2.txt - seattlerb/const_3_op_asgn_or.txt - seattlerb/const_op_asgn_and1.txt - seattlerb/const_op_asgn_and2.txt - seattlerb/const_op_asgn_or.txt seattlerb/defn_arg_forward_args.txt seattlerb/defn_args_forward_args.txt seattlerb/defn_endless_command.txt @@ -497,7 +492,6 @@ module Prism seattlerb/op_asgn_command_call.txt seattlerb/op_asgn_dot_ident_command_call.txt seattlerb/op_asgn_index_command_call.txt - seattlerb/op_asgn_primary_colon_const_command_call.txt seattlerb/op_asgn_primary_colon_identifier1.txt seattlerb/op_asgn_primary_colon_identifier_command_call.txt seattlerb/op_asgn_val_dot_ident_command_call.txt @@ -670,12 +664,10 @@ module Prism whitequark/bug_while_not_parens_do.txt whitequark/case_cond_else.txt whitequark/case_expr_else.txt - whitequark/casgn_toplevel.txt whitequark/character.txt whitequark/class_definition_in_while_cond.txt whitequark/cond_begin_masgn.txt whitequark/cond_match_current_line.txt - whitequark/const_op_asgn.txt whitequark/dedenting_heredoc.txt whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt |
