summaryrefslogtreecommitdiff
path: root/test/prism/errors
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-07-02 14:27:04 -0400
committerKevin Newton <kddnewton@gmail.com>2024-07-11 14:25:54 -0400
commitca48fb76fb0669ca0666a7aa129e1f5d2b7468da (patch)
treefce04cbe37f6976af6824f885a6032f66df7d470 /test/prism/errors
parent678dd769e560db9cebff41218e3413e6688aaf12 (diff)
[ruby/prism] Move location to second position for node initializers
https://github.com/ruby/prism/commit/4cc0eda4ca
Diffstat (limited to 'test/prism/errors')
-rw-r--r--test/prism/errors/content_after_unterminated_heredoc.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/prism/errors/content_after_unterminated_heredoc.txt b/test/prism/errors/content_after_unterminated_heredoc.txt
index 43815cd9d0..c0446a8c39 100644
--- a/test/prism/errors/content_after_unterminated_heredoc.txt
+++ b/test/prism/errors/content_after_unterminated_heredoc.txt
@@ -1,2 +1,4 @@
<<~FOO.foo
^~~ unterminated heredoc; can't find string "FOO" anywhere before EOF
+ ^~~ unterminated heredoc; can't find string "FOO" anywhere before EOF
+