aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/parse_line_heredoc.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/parse_line_heredoc.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt b/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
index 4e0d5e2fe6..4b2a57e38d 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
+++ b/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
@@ -10,15 +10,11 @@
│ ├── value:
│ │ @ CallNode (location: (15...31))
│ │ ├── receiver:
- │ │ │ @ InterpolatedStringNode (location: (15...25))
+ │ │ │ @ StringNode (location: (15...25))
│ │ │ ├── opening_loc: (15...25) = "<<-HEREDOC"
- │ │ │ ├── parts: (length: 1)
- │ │ │ │ └── @ StringNode (location: (32...57))
- │ │ │ │ ├── opening_loc: ∅
- │ │ │ │ ├── content_loc: (32...57) = " very long string\n"
- │ │ │ │ ├── closing_loc: ∅
- │ │ │ │ └── unescaped: " very long string\n"
- │ │ │ └── closing_loc: (57...71) = " HEREDOC\n"
+ │ │ │ ├── content_loc: (32...57) = " very long string\n"
+ │ │ │ ├── closing_loc: (57...71) = " HEREDOC\n"
+ │ │ │ └── unescaped: " very long string\n"
│ │ ├── call_operator_loc: (25...26) = "."
│ │ ├── message_loc: (26...31) = "strip"
│ │ ├── opening_loc: ∅