We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100340b commit d218e65Copy full SHA for d218e65
βtest/prism/ruby/parser_test.rbβ
@@ -49,6 +49,9 @@ class ParserTest < TestCase
49
"spanning_heredoc.txt",
50
"spanning_heredoc_newlines.txt",
51
52
+ # https://github.com/whitequark/parser/issues/1021
53
+ "seattlerb/heredoc_nested.txt",
54
+
55
# https://github.com/whitequark/parser/issues/1016
56
"whitequark/unary_num_pow_precedence.txt"
57
]
@@ -61,7 +64,6 @@ class ParserTest < TestCase
61
64
"regex_char_width.txt",
62
65
"unescaping.txt",
63
66
"seattlerb/bug190.txt",
- "seattlerb/heredoc_nested.txt",
67
"seattlerb/heredoc_with_extra_carriage_returns_windows.txt",
68
"seattlerb/heredoc_with_only_carriage_returns_windows.txt",
69
"seattlerb/heredoc_with_only_carriage_returns.txt",
0 commit comments