From 1ed6b7b40d7d1f459e37160a7bcd1e79420229c9 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 12 Mar 2024 20:57:36 +0900 Subject: [PATCH] [ruby/prism] Restore some skipped heredoc tests for `Prism::Translation::Parser` This PR restores some heredoc tests that have already passed for `Prism::Translation::Parser`. https://github.com/ruby/prism/commit/297b9e2380 --- test/prism/parser_test.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/prism/parser_test.rb b/test/prism/parser_test.rb index 061e4b85c5e96e..6fe9bfe0d37fa1 100644 --- a/test/prism/parser_test.rb +++ b/test/prism/parser_test.rb @@ -74,14 +74,11 @@ class ParserTest < TestCase "comments.txt", "constants.txt", "heredoc_with_comment.txt", - "heredoc_with_escaped_newline_at_start.txt", "heredocs_leading_whitespace.txt", "heredocs_nested.txt", - "heredocs_with_ignored_newlines_and_non_empty.txt", "indented_file_end.txt", "non_alphanumeric_methods.txt", "range_begin_open_inclusive.txt", - "single_quote_heredocs.txt", "strings.txt", "xstring.txt" ]