summaryrefslogtreecommitdiff
path: root/test/prism/ruby/parser_test.rb
diff options
context:
space:
mode:
authorEarlopain <[email protected]>2025-01-13 21:17:29 +0100
committerKevin Newton <[email protected]>2025-03-18 13:36:53 -0400
commit177adf6fa543663334bfb8918b356b4771e5ff1a (patch)
tree7e89331772a1ebffbe062b78d96c6d63e41c96f2 /test/prism/ruby/parser_test.rb
parentac728389e219480dd678a01e6f91f96098d3b6d6 (diff)
[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapes
Also fixes a token incompatibility for the word separator. parser only considers whitespace until the first newline https://github.com/ruby/prism/commit/bd3dd2b62a
Diffstat (limited to 'test/prism/ruby/parser_test.rb')
-rw-r--r--test/prism/ruby/parser_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prism/ruby/parser_test.rb b/test/prism/ruby/parser_test.rb
index 5469e610fa..4a6ba17aa7 100644
--- a/test/prism/ruby/parser_test.rb
+++ b/test/prism/ruby/parser_test.rb
@@ -102,7 +102,6 @@ module Prism
"dash_heredocs.txt",
"embdoc_no_newline_at_end.txt",
"methods.txt",
- "strings.txt",
"seattlerb/bug169.txt",
"seattlerb/case_in.txt",
"seattlerb/difficult4__leading_dots2.txt",