aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt b/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
index 8a9824181f..44c178e098 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
+++ b/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
@@ -8,15 +8,11 @@
│ ├── depth: 0
│ ├── name_loc: (6...12) = "string"
│ ├── value:
- │ │ @ InterpolatedStringNode (location: (15...22))
+ │ │ @ StringNode (location: (15...22))
│ │ ├── opening_loc: (15...22) = "<<-\"^D\""
- │ │ ├── parts: (length: 1)
- │ │ │ └── @ StringNode (location: (23...48))
- │ │ │ ├── opening_loc: ∅
- │ │ │ ├── content_loc: (23...48) = " very long string\n"
- │ │ │ ├── closing_loc: ∅
- │ │ │ └── unescaped: " very long string\n"
- │ │ └── closing_loc: (48...57) = " ^D\n"
+ │ │ ├── content_loc: (23...48) = " very long string\n"
+ │ │ ├── closing_loc: (48...57) = " ^D\n"
+ │ │ └── unescaped: " very long string\n"
│ └── operator_loc: (13...14) = "="
└── @ CallNode (location: (63...74))
├── receiver: ∅