summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2024-03-14 02:06:29 +0900
committergit <svn-admin@ruby-lang.org>2024-03-13 17:35:31 +0000
commita5ac27e9e9d704af16ca615ee7eeae38d54c11cf (patch)
tree3491f8c98eed520a97ec32a821c447722399ae99
parentc17f33aa4240e38cefdb2af04a078409c2645a5a (diff)
[ruby/prism] Turn on heredocs nested test for `Prism::Translation::Parser`
This PR enables the heredocs_nested.txt that was previously skipped testing. https://github.com/ruby/prism/commit/9c54f7f10b
-rw-r--r--test/prism/parser_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prism/parser_test.rb b/test/prism/parser_test.rb
index 518cb36c42..4a4a414c29 100644
--- a/test/prism/parser_test.rb
+++ b/test/prism/parser_test.rb
@@ -74,7 +74,6 @@ module Prism
"comments.txt",
"heredoc_with_comment.txt",
"heredocs_leading_whitespace.txt",
- "heredocs_nested.txt",
"indented_file_end.txt",
"strings.txt",
"xstring_with_backslash.txt"