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
5353 "seattlerb/heredoc_nested.txt" ,
5454
5555 # 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" ,
5760 ]
5861
5962 # These files are either failing to parse or failing to translate, so we'll
@@ -69,7 +72,6 @@ class ParserTest < TestCase
6972 "seattlerb/regexp_esc_C_slash.txt" ,
7073 "unparser/corpus/literal/literal.txt" ,
7174 "unparser/corpus/semantic/dstr.txt" ,
72- "whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt" ,
7375 "whitequark/parser_slash_slash_n_escaping_in_literals.txt" ,
7476 ]
7577
You can’t perform that action at this time.
0 commit comments