diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-07-02 14:27:04 -0400 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-07-11 14:25:54 -0400 |
| commit | ca48fb76fb0669ca0666a7aa129e1f5d2b7468da (patch) | |
| tree | fce04cbe37f6976af6824f885a6032f66df7d470 /test/prism/errors | |
| parent | 678dd769e560db9cebff41218e3413e6688aaf12 (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.txt | 2 |
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 + |
