summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-24 12:42:16 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 15:19:52 -0400
commit21dc64534b841ed905e7ea0806e125de13e2f250 (patch)
tree7e17aa90a7d2c818d5c3963c85894fa845b1e7e8 /test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
parentd1bb858d476446ab82e6caa29c061a0da734c8eb (diff)
[ruby/prism] Regenerate snapshots
https://github.com/ruby/prism/commit/160df9a687
Diffstat (limited to 'test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt')
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
index 1873c71d87..93fa1a1687 100644
--- a/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
@@ -6,6 +6,6 @@
└── @ StringNode (location: (1,0)-(1,5))
├── flags: ∅
├── opening_loc: (1,0)-(1,5) = "<<EOS"
- ├── content_loc: (2,0)-(3,0) = "foo\rbar\r\nbaz\n"
- ├── closing_loc: (4,0)-(4,0) = "EOS\n"
+ ├── content_loc: (2,0)-(4,0) = "foo\rbar\r\nbaz\n"
+ ├── closing_loc: (4,0)-(5,0) = "EOS\n"
└── unescaped: "foo\rbar\r\nbaz\n"