Skip to content

Commit d218e65

Browse files
committed
Document that nested heredocs are not properly parsed for parser
1 parent 100340b commit d218e65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

β€Žtest/prism/ruby/parser_test.rbβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ class ParserTest < TestCase
4949
"spanning_heredoc.txt",
5050
"spanning_heredoc_newlines.txt",
5151

52+
# https://github.com/whitequark/parser/issues/1021
53+
"seattlerb/heredoc_nested.txt",
54+
5255
# https://github.com/whitequark/parser/issues/1016
5356
"whitequark/unary_num_pow_precedence.txt"
5457
]
@@ -61,7 +64,6 @@ class ParserTest < TestCase
6164
"regex_char_width.txt",
6265
"unescaping.txt",
6366
"seattlerb/bug190.txt",
64-
"seattlerb/heredoc_nested.txt",
6567
"seattlerb/heredoc_with_extra_carriage_returns_windows.txt",
6668
"seattlerb/heredoc_with_only_carriage_returns_windows.txt",
6769
"seattlerb/heredoc_with_only_carriage_returns.txt",

0 commit comments

Comments
 (0)