@@ -104,7 +104,6 @@ class ParserTest < TestCase
104104 "seattlerb/dsym_esc_to_sym.txt" ,
105105 "seattlerb/heredoc__backslash_dos_format.txt" ,
106106 "seattlerb/heredoc_backslash_nl.txt" ,
107- "seattlerb/heredoc_comma_arg.txt" ,
108107 "seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt" ,
109108 "seattlerb/heredoc_squiggly_blank_lines.txt" ,
110109 "seattlerb/heredoc_squiggly_interp.txt" ,
@@ -119,7 +118,6 @@ class ParserTest < TestCase
119118 "seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt" ,
120119 "seattlerb/interpolated_symbol_array_line_breaks.txt" ,
121120 "seattlerb/interpolated_word_array_line_breaks.txt" ,
122- "seattlerb/label_vs_string.txt" ,
123121 "seattlerb/module_comments.txt" ,
124122 "seattlerb/non_interpolated_symbol_array_line_breaks.txt" ,
125123 "seattlerb/non_interpolated_word_array_line_breaks.txt" ,
@@ -139,10 +137,8 @@ class ParserTest < TestCase
139137 "seattlerb/required_kwarg_no_value.txt" ,
140138 "seattlerb/slashy_newlines_within_string.txt" ,
141139 "seattlerb/str_double_escaped_newline.txt" ,
142- "seattlerb/str_double_newline.txt" ,
143140 "seattlerb/str_evstr_escape.txt" ,
144141 "seattlerb/str_newline_hash_line_number.txt" ,
145- "seattlerb/str_single_newline.txt" ,
146142 "seattlerb/symbols_empty_space.txt" ,
147143 "seattlerb/TestRubyParserShared.txt" ,
148144 "unparser/corpus/literal/assignment.txt" ,
0 commit comments