aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt')
-rw-r--r--test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt24
1 files changed, 8 insertions, 16 deletions
diff --git a/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt b/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt
index 150325e628..124672b54a 100644
--- a/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt
+++ b/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt
@@ -3,21 +3,13 @@
└── statements:
@ StatementsNode (location: (0...33))
└── body: (length: 2)
- ├── @ InterpolatedStringNode (location: (0...4))
+ ├── @ StringNode (location: (0...4))
│ ├── opening_loc: (0...4) = "<<-E"
- │ ├── parts: (length: 1)
- │ │ └── @ StringNode (location: (5...25))
- │ │ ├── opening_loc: ∅
- │ │ ├── content_loc: (5...25) = " 1 \\\n 2\n 3\n"
- │ │ ├── closing_loc: ∅
- │ │ └── unescaped: " 1 2\n 3\n"
- │ └── closing_loc: (25...27) = "E\n"
- └── @ InterpolatedStringNode (location: (29...33))
+ │ ├── content_loc: (5...25) = " 1 \\\n 2\n 3\n"
+ │ ├── closing_loc: (25...27) = "E\n"
+ │ └── unescaped: " 1 2\n 3\n"
+ └── @ StringNode (location: (29...33))
├── opening_loc: (29...33) = "<<~E"
- ├── parts: (length: 1)
- │ └── @ StringNode (location: (34...54))
- │ ├── opening_loc: ∅
- │ ├── content_loc: (34...54) = " 1 \\\n 2\n 3\n"
- │ ├── closing_loc: ∅
- │ └── unescaped: "1 2\n3\n"
- └── closing_loc: (54...56) = "E\n"
+ ├── content_loc: (34...54) = " 1 \\\n 2\n 3\n"
+ ├── closing_loc: (54...56) = "E\n"
+ └── unescaped: "1 2\n3\n"