@@ -290,7 +290,6 @@ class RipperFixturesTest < RipperTestCase
290
290
embdoc_no_newline_at_end.txt
291
291
emoji_method_calls.txt
292
292
endless_methods.txt
293
- for.txt
294
293
global_variables.txt
295
294
hashes.txt
296
295
heredoc_with_escaped_newline_at_start.txt
@@ -342,15 +341,10 @@ class RipperFixturesTest < RipperTestCase
342
341
seattlerb/bug191.txt
343
342
seattlerb/bug_215.txt
344
343
seattlerb/bug_249.txt
345
- seattlerb/bug_args__19.txt
346
- seattlerb/bug_args_masgn.txt
347
- seattlerb/bug_args_masgn2.txt
348
- seattlerb/bug_args_masgn_outer_parens__19.txt
349
344
seattlerb/bug_call_arglist_parens.txt
350
345
seattlerb/bug_comma.txt
351
346
seattlerb/bug_hash_args_trailing_comma.txt
352
347
seattlerb/bug_hash_interp_array.txt
353
- seattlerb/bug_masgn_right.txt
354
348
seattlerb/bug_not_parens.txt
355
349
seattlerb/call_args_assoc_quoted.txt
356
350
seattlerb/call_args_assoc_trailing_comma.txt
@@ -431,8 +425,6 @@ class RipperFixturesTest < RipperTestCase
431
425
seattlerb/index_0_opasgn.txt
432
426
seattlerb/interpolated_symbol_array_line_breaks.txt
433
427
seattlerb/interpolated_word_array_line_breaks.txt
434
- seattlerb/iter_args_2__19.txt
435
- seattlerb/iter_args_3.txt
436
428
seattlerb/lambda_do_vs_brace.txt
437
429
seattlerb/lasgn_command.txt
438
430
seattlerb/lasgn_middle_splat.txt
@@ -641,7 +633,6 @@ class RipperFixturesTest < RipperTestCase
641
633
whitequark/endless_method_forwarded_args_legacy.txt
642
634
whitequark/endless_method_with_rescue_mod.txt
643
635
whitequark/endless_method_without_args.txt
644
- whitequark/for_mlhs.txt
645
636
whitequark/forward_arg.txt
646
637
whitequark/forward_arg_with_open_args.txt
647
638
whitequark/forward_args_legacy.txt
@@ -686,7 +677,6 @@ class RipperFixturesTest < RipperTestCase
686
677
whitequark/pattern_matching_blank_else.txt
687
678
whitequark/pattern_matching_else.txt
688
679
whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
689
- whitequark/procarg0.txt
690
680
whitequark/resbody_var.txt
691
681
whitequark/rescue_else.txt
692
682
whitequark/rescue_else_ensure.txt
0 commit comments