aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt b/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
index 482dc5ba15..e8d05713a4 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
+++ b/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
@@ -3,12 +3,8 @@
└── statements:
@ StatementsNode (location: (0...5))
└── body: (length: 1)
- └── @ InterpolatedStringNode (location: (0...5))
+ └── @ StringNode (location: (0...5))
├── opening_loc: (0...5) = "<<EOS"
- ├── parts: (length: 1)
- │ └── @ StringNode (location: (7...22))
- │ ├── opening_loc: ∅
- │ ├── content_loc: (7...22) = "foo\rbar\r\r\nbaz\r\n"
- │ ├── closing_loc: ∅
- │ └── unescaped: "foo\rbar\r\r\nbaz\r\n"
- └── closing_loc: (22...27) = "EOS\r\n"
+ ├── content_loc: (7...22) = "foo\rbar\r\r\nbaz\r\n"
+ ├── closing_loc: (22...27) = "EOS\r\n"
+ └── unescaped: "foo\rbar\r\r\nbaz\r\n"