@@ -43,7 +43,6 @@ class RipperTest < TestCase
43
43
rescue.txt
44
44
return.txt
45
45
seattlerb/TestRubyParserShared.txt
46
- seattlerb/array_lits_trailing_calls.txt
47
46
seattlerb/begin_rescue_else_ensure_bodies.txt
48
47
seattlerb/begin_rescue_else_ensure_no_bodies.txt
49
48
seattlerb/block_break.txt
@@ -115,8 +114,6 @@ class RipperTest < TestCase
115
114
seattlerb/heredoc_with_only_carriage_returns.txt
116
115
seattlerb/heredoc_with_only_carriage_returns_windows.txt
117
116
seattlerb/if_elsif.txt
118
- seattlerb/interpolated_symbol_array_line_breaks.txt
119
- seattlerb/interpolated_word_array_line_breaks.txt
120
117
seattlerb/lambda_do_vs_brace.txt
121
118
seattlerb/lasgn_middle_splat.txt
122
119
seattlerb/magic_encoding_comment.txt
@@ -141,8 +138,6 @@ class RipperTest < TestCase
141
138
seattlerb/mlhs_mid_anonsplat.txt
142
139
seattlerb/mlhs_mid_splat.txt
143
140
seattlerb/module_comments.txt
144
- seattlerb/non_interpolated_symbol_array_line_breaks.txt
145
- seattlerb/non_interpolated_word_array_line_breaks.txt
146
141
seattlerb/parse_if_not_canonical.txt
147
142
seattlerb/parse_if_not_noncanonical.txt
148
143
seattlerb/parse_line_defn_complex.txt
@@ -158,18 +153,10 @@ class RipperTest < TestCase
158
153
seattlerb/parse_pattern_051.txt
159
154
seattlerb/parse_pattern_058.txt
160
155
seattlerb/parse_pattern_076.txt
161
- seattlerb/pctW_lineno.txt
162
156
seattlerb/pct_nl.txt
163
- seattlerb/pct_w_heredoc_interp_nested.txt
164
- seattlerb/qWords_space.txt
165
- seattlerb/qsymbols.txt
166
- seattlerb/qsymbols_empty.txt
167
- seattlerb/qsymbols_empty_space.txt
168
- seattlerb/qsymbols_interp.txt
169
157
seattlerb/quoted_symbol_hash_arg.txt
170
158
seattlerb/quoted_symbol_keys.txt
171
159
seattlerb/qw_escape_term.txt
172
- seattlerb/qwords_empty.txt
173
160
seattlerb/read_escape_unicode_curlies.txt
174
161
seattlerb/read_escape_unicode_h4.txt
175
162
seattlerb/regexp_esc_C_slash.txt
@@ -189,13 +176,7 @@ class RipperTest < TestCase
189
176
seattlerb/str_lit_concat_bad_encodings.txt
190
177
seattlerb/str_newline_hash_line_number.txt
191
178
seattlerb/str_single_double_escaped_newline.txt
192
- seattlerb/symbol_list.txt
193
- seattlerb/symbols.txt
194
- seattlerb/symbols_empty.txt
195
- seattlerb/symbols_empty_space.txt
196
- seattlerb/symbols_interp.txt
197
179
seattlerb/thingy.txt
198
- seattlerb/words_interp.txt
199
180
seattlerb/yield_call_assocs.txt
200
181
seattlerb/yield_empty_parens.txt
201
182
single_method_call_with_bang.txt
@@ -250,12 +231,6 @@ class RipperTest < TestCase
250
231
whitequark/args_block_pass.txt
251
232
whitequark/args_cmd.txt
252
233
whitequark/args_star.txt
253
- whitequark/array_symbols.txt
254
- whitequark/array_symbols_empty.txt
255
- whitequark/array_symbols_interp.txt
256
- whitequark/array_words.txt
257
- whitequark/array_words_empty.txt
258
- whitequark/array_words_interp.txt
259
234
whitequark/asgn_mrhs.txt
260
235
whitequark/break_block.txt
261
236
whitequark/bug_480.txt
@@ -283,7 +258,6 @@ class RipperTest < TestCase
283
258
whitequark/hash_label_end.txt
284
259
whitequark/if_else.txt
285
260
whitequark/if_elsif.txt
286
- whitequark/interp_digit_var.txt
287
261
whitequark/kwbegin_compstmt.txt
288
262
whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
289
263
whitequark/lvar_injecting_match.txt
0 commit comments