aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/heredoc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/whitequark/heredoc.txt')
-rw-r--r--test/yarp/snapshots/whitequark/heredoc.txt36
1 files changed, 12 insertions, 24 deletions
diff --git a/test/yarp/snapshots/whitequark/heredoc.txt b/test/yarp/snapshots/whitequark/heredoc.txt
index 082e23926e..1d62a96c25 100644
--- a/test/yarp/snapshots/whitequark/heredoc.txt
+++ b/test/yarp/snapshots/whitequark/heredoc.txt
@@ -3,30 +3,18 @@
└── statements:
@ StatementsNode (location: (0...52))
└── body: (length: 3)
- ├── @ InterpolatedStringNode (location: (0...8))
+ ├── @ StringNode (location: (0...8))
│ ├── opening_loc: (0...8) = "<<'HERE'"
- │ ├── parts: (length: 1)
- │ │ └── @ StringNode (location: (9...17))
- │ │ ├── opening_loc: ∅
- │ │ ├── content_loc: (9...17) = "foo\nbar\n"
- │ │ ├── closing_loc: ∅
- │ │ └── unescaped: "foo\nbar\n"
- │ └── closing_loc: (17...22) = "HERE\n"
- ├── @ InterpolatedStringNode (location: (23...29))
+ │ ├── content_loc: (9...17) = "foo\nbar\n"
+ │ ├── closing_loc: (17...22) = "HERE\n"
+ │ └── unescaped: "foo\nbar\n"
+ ├── @ StringNode (location: (23...29))
│ ├── opening_loc: (23...29) = "<<HERE"
- │ ├── parts: (length: 1)
- │ │ └── @ StringNode (location: (30...38))
- │ │ ├── opening_loc: ∅
- │ │ ├── content_loc: (30...38) = "foo\nbar\n"
- │ │ ├── closing_loc: ∅
- │ │ └── unescaped: "foo\nbar\n"
- │ └── closing_loc: (38...43) = "HERE\n"
- └── @ InterpolatedXStringNode (location: (44...52))
+ │ ├── content_loc: (30...38) = "foo\nbar\n"
+ │ ├── closing_loc: (38...43) = "HERE\n"
+ │ └── unescaped: "foo\nbar\n"
+ └── @ XStringNode (location: (44...52))
├── opening_loc: (44...52) = "<<`HERE`"
- ├── parts: (length: 1)
- │ └── @ StringNode (location: (53...61))
- │ ├── opening_loc: ∅
- │ ├── content_loc: (53...61) = "foo\nbar\n"
- │ ├── closing_loc: ∅
- │ └── unescaped: "foo\nbar\n"
- └── closing_loc: (61...66) = "HERE\n"
+ ├── content_loc: (53...61) = "foo\nbar\n"
+ ├── closing_loc: (61...66) = "HERE\n"
+ └── unescaped: "foo\nbar\n"