[ruby/prism] Document that nested heredocs are not properly parsed for parser

https://github.com/ruby/prism/commit/d218e65561
This commit is contained in:
Kevin Newton 2024-06-07 14:55:17 -04:00 committed by git
parent 79e9dea8de
commit 94e059797a

View File

@ -49,6 +49,9 @@ module Prism
"spanning_heredoc.txt",
"spanning_heredoc_newlines.txt",
# https://github.com/whitequark/parser/issues/1021
"seattlerb/heredoc_nested.txt",
# https://github.com/whitequark/parser/issues/1016
"whitequark/unary_num_pow_precedence.txt"
]
@ -61,7 +64,6 @@ module Prism
"regex_char_width.txt",
"unescaping.txt",
"seattlerb/bug190.txt",
"seattlerb/heredoc_nested.txt",
"seattlerb/heredoc_with_extra_carriage_returns_windows.txt",
"seattlerb/heredoc_with_only_carriage_returns_windows.txt",
"seattlerb/heredoc_with_only_carriage_returns.txt",