[ruby/prism] Fix up tilde heredoc line continuations

15e74b2f65
This commit is contained in:
Kevin Newton 2024-03-07 14:45:32 -05:00 committed by git
parent 18ee7c9a10
commit 76e11595e2
7 changed files with 72 additions and 21 deletions

View file

@ -71,6 +71,7 @@ module Prism
# https://github.com/seattlerb/ruby_parser/issues/344
failures = crlf | %w[
alias.txt
heredocs_with_ignored_newlines.txt
method_calls.txt
methods.txt
multi_write.txt
@ -94,6 +95,7 @@ module Prism
whitequark/lvar_injecting_match.txt
whitequark/not.txt
whitequark/op_asgn_cmd.txt
whitequark/parser_bug_640.txt
whitequark/parser_slash_slash_n_escaping_in_literals.txt
whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
whitequark/pattern_matching_single_line.txt