Skip to content

Commit

Permalink
[ruby/prism] Restore some skipped heredoc tests for `Prism::Translati…
Browse files Browse the repository at this point in the history
…on::Parser`

This PR restores some heredoc tests that have already passed
for `Prism::Translation::Parser`.

ruby/prism@297b9e2380
  • Loading branch information
koic authored and matzbot committed Mar 12, 2024
1 parent 72a5707 commit 1ed6b7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/prism/parser_test.rb
Expand Up @@ -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"
]
Expand Down

0 comments on commit 1ed6b7b

Please sign in to comment.