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