@@ -17,14 +17,11 @@ class RipperTest < TestCase
17
17
classes.txt
18
18
command_method_call.txt
19
19
constants.txt
20
- dash_heredocs.txt
21
20
dos_endings.txt
22
21
embdoc_no_newline_at_end.txt
23
22
endless_methods.txt
24
23
global_variables.txt
25
24
hashes.txt
26
- heredoc_with_escaped_newline_at_start.txt
27
- heredoc_with_trailing_newline.txt
28
25
heredocs_leading_whitespace.txt
29
26
heredocs_nested.txt
30
27
heredocs_with_ignored_newlines.txt
@@ -91,21 +88,14 @@ class RipperTest < TestCase
91
88
seattlerb/do_lambda.txt
92
89
seattlerb/heredoc__backslash_dos_format.txt
93
90
seattlerb/heredoc_backslash_nl.txt
94
- seattlerb/heredoc_bad_hex_escape.txt
95
- seattlerb/heredoc_bad_oct_escape.txt
96
91
seattlerb/heredoc_nested.txt
97
92
seattlerb/heredoc_squiggly.txt
98
93
seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
99
94
seattlerb/heredoc_squiggly_blank_lines.txt
100
- seattlerb/heredoc_squiggly_empty.txt
101
95
seattlerb/heredoc_squiggly_interp.txt
102
96
seattlerb/heredoc_squiggly_tabs.txt
103
97
seattlerb/heredoc_squiggly_tabs_extra.txt
104
98
seattlerb/heredoc_squiggly_visually_blank_lines.txt
105
- seattlerb/heredoc_with_carriage_return_escapes.txt
106
- seattlerb/heredoc_with_carriage_return_escapes_windows.txt
107
- seattlerb/heredoc_with_only_carriage_returns.txt
108
- seattlerb/heredoc_with_only_carriage_returns_windows.txt
109
99
seattlerb/if_elsif.txt
110
100
seattlerb/lambda_do_vs_brace.txt
111
101
seattlerb/lasgn_middle_splat.txt
@@ -134,18 +124,13 @@ class RipperTest < TestCase
134
124
seattlerb/parse_line_dstr_escaped_newline.txt
135
125
seattlerb/parse_line_dstr_soft_newline.txt
136
126
seattlerb/parse_line_evstr_after_break.txt
137
- seattlerb/parse_line_heredoc_hardnewline.txt
138
- seattlerb/parse_line_multiline_str_literal_n.txt
139
- seattlerb/parse_line_str_with_newline_escape.txt
140
127
seattlerb/parse_opt_call_args_assocs_comma.txt
141
128
seattlerb/parse_opt_call_args_lit_comma.txt
142
129
seattlerb/parse_pattern_051.txt
143
130
seattlerb/parse_pattern_058.txt
144
131
seattlerb/parse_pattern_076.txt
145
- seattlerb/pct_nl.txt
146
132
seattlerb/quoted_symbol_hash_arg.txt
147
133
seattlerb/quoted_symbol_keys.txt
148
- seattlerb/qw_escape_term.txt
149
134
seattlerb/read_escape_unicode_curlies.txt
150
135
seattlerb/read_escape_unicode_h4.txt
151
136
seattlerb/regexp_esc_C_slash.txt
@@ -156,15 +141,10 @@ class RipperTest < TestCase
156
141
seattlerb/rescue_do_end_rescued.txt
157
142
seattlerb/return_call_assocs.txt
158
143
seattlerb/safe_call_dot_parens.txt
159
- seattlerb/slashy_newlines_within_string.txt
160
144
seattlerb/stabby_block_iter_call.txt
161
145
seattlerb/stabby_block_iter_call_no_target_with_arg.txt
162
- seattlerb/str_double_double_escaped_newline.txt
163
- seattlerb/str_double_escaped_newline.txt
164
146
seattlerb/str_interp_ternary_or_label.txt
165
147
seattlerb/str_lit_concat_bad_encodings.txt
166
- seattlerb/str_newline_hash_line_number.txt
167
- seattlerb/str_single_double_escaped_newline.txt
168
148
seattlerb/thingy.txt
169
149
seattlerb/yield_call_assocs.txt
170
150
single_method_call_with_bang.txt
@@ -218,9 +198,7 @@ class RipperTest < TestCase
218
198
whitequark/asgn_mrhs.txt
219
199
whitequark/break_block.txt
220
200
whitequark/bug_480.txt
221
- whitequark/bug_ascii_8bit_in_literal.txt
222
201
whitequark/bug_do_block_in_hash_brace.txt
223
- whitequark/bug_heredoc_do.txt
224
202
whitequark/case_cond_else.txt
225
203
whitequark/case_expr_else.txt
226
204
whitequark/character.txt
@@ -263,7 +241,6 @@ class RipperTest < TestCase
263
241
whitequark/ruby_bug_11873_a.txt
264
242
whitequark/ruby_bug_11989.txt
265
243
whitequark/ruby_bug_11990.txt
266
- whitequark/ruby_bug_12073.txt
267
244
whitequark/ruby_bug_15789.txt
268
245
whitequark/send_block_chain_cmd.txt
269
246
whitequark/send_call.txt
0 commit comments