summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-06-07 15:27:21 -0400
committergit <svn-admin@ruby-lang.org>2024-06-07 19:46:27 +0000
commit41a36b68531dd1d9fa044c34ac40a5c4abedda2e (patch)
treeab3e11aff18caeb115df7576f0720d0c3f712e64 /test
parent94e059797ae89b35a2c72bf1a4307766a1a9e960 (diff)
[ruby/prism] Handle chomped bytesize with lines without newlines
https://github.com/ruby/prism/commit/1528d3c019
Diffstat (limited to 'test')
-rw-r--r--test/prism/ruby/parser_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb
index b3c0ef5fa6..65535af0fd 100644
--- a/test/prism/ruby/parser_test.rb
+++ b/test/prism/ruby/parser_test.rb
@@ -59,7 +59,6 @@ module Prism
# These files are either failing to parse or failing to translate, so we'll
# skip them for now.
skip_all = skip_incorrect | [
- "dash_heredocs.txt",
"regex.txt",
"regex_char_width.txt",
"unescaping.txt",
@@ -86,6 +85,7 @@ module Prism
# output expected by the parser gem, so we'll skip them for now.
skip_tokens = [
"comments.txt",
+ "dash_heredocs.txt",
"dos_endings.txt",
"embdoc_no_newline_at_end.txt",
"heredoc_with_comment.txt",