summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/heredocs_leading_whitespace.txt
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2024-03-16 00:30:01 +0900
committergit <svn-admin@ruby-lang.org>2024-03-15 18:07:59 +0000
commitc9da8d67fdb9fab82f76d583239f5b9761f60350 (patch)
treecdf016ad2dd3366939325f1e7c55b78e1715e4b8 /test/prism/fixtures/heredocs_leading_whitespace.txt
parentaceee71c35e0b387691836e756b4e008efd84cf1 (diff)
[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`
This PR fixes a token incompatibility between Parser gem and `Prism::Translation::Parser` for the heredocs_leading_whitespace.txt test. https://github.com/ruby/prism/commit/7d45fb1eed
Diffstat (limited to 'test/prism/fixtures/heredocs_leading_whitespace.txt')
-rw-r--r--test/prism/fixtures/heredocs_leading_whitespace.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/prism/fixtures/heredocs_leading_whitespace.txt b/test/prism/fixtures/heredocs_leading_whitespace.txt
index e786f08774..8f19836943 100644
--- a/test/prism/fixtures/heredocs_leading_whitespace.txt
+++ b/test/prism/fixtures/heredocs_leading_whitespace.txt
@@ -3,6 +3,11 @@ a
b
FOO
+<<-" FOO"
+a
+b
+ FOO
+
<<-' FOO'
a
b