summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEarlopain <14981592+Earlopain@users.noreply.github.com>2025-01-07 15:00:38 +0100
committergit <svn-admin@ruby-lang.org>2025-01-07 14:25:38 +0000
commit60f235ab1ff436d520648fc7944fbe0d1b579b79 (patch)
tree37df858fae8f6d6d5fe007c2f9c06d5429a9a811 /test
parent271cdb3c1c9f76ef94f2d51bac5db80f6318c01f (diff)
[ruby/prism] 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 https://github.com/ruby/prism/commit/4820a44c7b
Diffstat (limited to 'test')
-rw-r--r--test/prism/ruby/parser_test.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb
index 430fd1095f..5536a3e6ee 100644
--- a/test/prism/ruby/parser_test.rb
+++ b/test/prism/ruby/parser_test.rb
@@ -53,7 +53,10 @@ module Prism
"seattlerb/heredoc_nested.txt",
# https://github.com/whitequark/parser/issues/1016
- "whitequark/unary_num_pow_precedence.txt"
+ "whitequark/unary_num_pow_precedence.txt",
+
+ # https://github.com/whitequark/parser/issues/950
+ "whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt",
]
# These files are either failing to parse or failing to translate, so we'll
@@ -69,7 +72,6 @@ module Prism
"seattlerb/regexp_esc_C_slash.txt",
"unparser/corpus/literal/literal.txt",
"unparser/corpus/semantic/dstr.txt",
- "whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt",
"whitequark/parser_slash_slash_n_escaping_in_literals.txt",
]