summaryrefslogtreecommitdiff
path: root/test/prism/ruby_parser_test.rb
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-03-07 14:45:32 -0500
committergit <svn-admin@ruby-lang.org>2024-03-07 20:25:24 +0000
commit76e11595e28e258f4a4187a6d3eaccc9ca752e10 (patch)
tree042ed2e64c01ebbbe98ba5762814486b660a056e /test/prism/ruby_parser_test.rb
parent18ee7c9a108bf3424814565377c8796e5e455cf7 (diff)
[ruby/prism] Fix up tilde heredoc line continuations
https://github.com/ruby/prism/commit/15e74b2f65
Diffstat (limited to 'test/prism/ruby_parser_test.rb')
-rw-r--r--test/prism/ruby_parser_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/prism/ruby_parser_test.rb b/test/prism/ruby_parser_test.rb
index 89150b2faa..1d22f0e7b8 100644
--- a/test/prism/ruby_parser_test.rb
+++ b/test/prism/ruby_parser_test.rb
@@ -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