aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt b/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
index 8fbdfac6ef..aa337be5b7 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
+++ b/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
@@ -8,13 +8,9 @@
├── depth: 0
├── name_loc: (0...1) = "a"
├── value:
- │ @ InterpolatedStringNode (location: (4...10))
+ │ @ StringNode (location: (4...10))
│ ├── opening_loc: (4...10) = "<<~EOF"
- │ ├── parts: (length: 1)
- │ │ └── @ StringNode (location: (11...21))
- │ │ ├── opening_loc: ∅
- │ │ ├── content_loc: (11...21) = " x\n \n z\n"
- │ │ ├── closing_loc: ∅
- │ │ └── unescaped: "x\n\nz\n"
- │ └── closing_loc: (21...25) = "EOF\n"
+ │ ├── content_loc: (11...21) = " x\n \n z\n"
+ │ ├── closing_loc: (21...25) = "EOF\n"
+ │ └── unescaped: "x\n\nz\n"
└── operator_loc: (2...3) = "="