aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt b/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
index f5018d999b..ed21660c29 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
+++ b/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
@@ -5,15 +5,11 @@
└── body: (length: 1)
└── @ CallNode (location: (0...22))
├── receiver:
- │ @ InterpolatedStringNode (location: (0...5))
+ │ @ StringNode (location: (0...5))
│ ├── opening_loc: (0...5) = "<<END"
- │ ├── parts: (length: 1)
- │ │ └── @ StringNode (location: (7...12))
- │ │ ├── opening_loc: ∅
- │ │ ├── content_loc: (7...12) = "blah\n"
- │ │ ├── closing_loc: ∅
- │ │ └── unescaped: "blah\n"
- │ └── closing_loc: (12...16) = "END\n"
+ │ ├── content_loc: (7...12) = "blah\n"
+ │ ├── closing_loc: (12...16) = "END\n"
+ │ └── unescaped: "blah\n"
├── call_operator_loc: (16...17) = "."
├── message_loc: (17...22) = "strip"
├── opening_loc: ∅