File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ class ParserTest < TestCase
53
53
"seattlerb/heredoc_nested.txt" ,
54
54
55
55
# https://github.com/whitequark/parser/issues/1016
56
- "whitequark/unary_num_pow_precedence.txt"
56
+ "whitequark/unary_num_pow_precedence.txt" ,
57
+
58
+ # https://github.com/whitequark/parser/issues/950
59
+ "whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt" ,
57
60
]
58
61
59
62
# These files are either failing to parse or failing to translate, so we'll
@@ -69,7 +72,6 @@ class ParserTest < TestCase
69
72
"seattlerb/regexp_esc_C_slash.txt" ,
70
73
"unparser/corpus/literal/literal.txt" ,
71
74
"unparser/corpus/semantic/dstr.txt" ,
72
- "whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt" ,
73
75
"whitequark/parser_slash_slash_n_escaping_in_literals.txt" ,
74
76
]
75
77
You can’t perform that action at this time.
0 commit comments