@@ -307,7 +307,6 @@ class RipperFixturesTest < RipperTestCase
307
307
methods.txt
308
308
modules.txt
309
309
multi_write.txt
310
- newline_terminated.txt
311
310
non_alphanumeric_methods.txt
312
311
not.txt
313
312
patterns.txt
@@ -355,9 +354,7 @@ class RipperFixturesTest < RipperTestCase
355
354
seattlerb/bug_args_masgn2.txt
356
355
seattlerb/bug_args_masgn_outer_parens__19.txt
357
356
seattlerb/bug_call_arglist_parens.txt
358
- seattlerb/bug_case_when_regexp.txt
359
357
seattlerb/bug_comma.txt
360
- seattlerb/bug_cond_pct.txt
361
358
seattlerb/bug_hash_args_trailing_comma.txt
362
359
seattlerb/bug_hash_interp_array.txt
363
360
seattlerb/bug_masgn_right.txt
@@ -575,11 +572,8 @@ class RipperFixturesTest < RipperTestCase
575
572
seattlerb/qwords_empty.txt
576
573
seattlerb/read_escape_unicode_curlies.txt
577
574
seattlerb/read_escape_unicode_h4.txt
578
- seattlerb/regexp.txt
579
575
seattlerb/regexp_esc_C_slash.txt
580
- seattlerb/regexp_esc_u.txt
581
576
seattlerb/regexp_escape_extended.txt
582
- seattlerb/regexp_unicode_curlies.txt
583
577
seattlerb/required_kwarg_no_value.txt
584
578
seattlerb/rescue_do_end_ensure_result.txt
585
579
seattlerb/rescue_do_end_no_raise.txt
@@ -715,7 +709,6 @@ class RipperFixturesTest < RipperTestCase
715
709
whitequark/bug_heredoc_do.txt
716
710
whitequark/bug_interp_single.txt
717
711
whitequark/bug_lambda_leakage.txt
718
- whitequark/bug_regex_verification.txt
719
712
whitequark/bug_rescue_empty_else.txt
720
713
whitequark/bug_while_not_parens_do.txt
721
714
whitequark/case_cond_else.txt
@@ -799,7 +792,6 @@ class RipperFixturesTest < RipperTestCase
799
792
whitequark/parser_bug_604.txt
800
793
whitequark/parser_bug_640.txt
801
794
whitequark/parser_bug_645.txt
802
- whitequark/parser_bug_830.txt
803
795
whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
804
796
whitequark/parser_slash_slash_n_escaping_in_literals.txt
805
797
whitequark/pattern_matching__FILE__LINE_literals.txt
@@ -808,7 +800,6 @@ class RipperFixturesTest < RipperTestCase
808
800
whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
809
801
whitequark/procarg0.txt
810
802
whitequark/regex_interp.txt
811
- whitequark/regex_plain.txt
812
803
whitequark/resbody_var.txt
813
804
whitequark/rescue_else.txt
814
805
whitequark/rescue_else_ensure.txt
0 commit comments