Skip to content

Commit 4820a44

Browse files
committed
Move a parser translator test to a known failure
That issue is exactly about what this test file contains: A single-quoted heredocs with backslashes
1 parent 7372725 commit 4820a44

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/prism/ruby/parser_test.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)