aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt')
-rw-r--r--test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt b/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt
index 73533f6cd2..6945f3e301 100644
--- a/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt
+++ b/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt
@@ -1,29 +1,29 @@
-@ ProgramNode (location: (0...17))
+@ ProgramNode (location: (1,0)-(1,17))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...17))
+ @ StatementsNode (location: (1,0)-(1,17))
└── body: (length: 1)
- └── @ CallNode (location: (0...17))
+ └── @ CallNode (location: (1,0)-(1,17))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (0...4) = "desc"
+ ├── message_loc: (1,0)-(1,4) = "desc"
├── opening_loc: ∅
├── arguments:
- │ @ ArgumentsNode (location: (5...10))
+ │ @ ArgumentsNode (location: (1,5)-(1,10))
│ └── arguments: (length: 1)
- │ └── @ StringNode (location: (5...10))
+ │ └── @ StringNode (location: (1,5)-(1,10))
│ ├── flags: ∅
- │ ├── opening_loc: (5...6) = "\""
- │ ├── content_loc: (6...9) = "foo"
- │ ├── closing_loc: (9...10) = "\""
+ │ ├── opening_loc: (1,5)-(1,6) = "\""
+ │ ├── content_loc: (1,6)-(1,9) = "foo"
+ │ ├── closing_loc: (1,9)-(1,10) = "\""
│ └── unescaped: "foo"
├── closing_loc: ∅
├── block:
- │ @ BlockNode (location: (11...17))
+ │ @ BlockNode (location: (1,11)-(1,17))
│ ├── locals: []
│ ├── parameters: ∅
│ ├── body: ∅
- │ ├── opening_loc: (11...13) = "do"
- │ └── closing_loc: (14...17) = "end"
+ │ ├── opening_loc: (1,11)-(1,13) = "do"
+ │ └── closing_loc: (1,14)-(1,17) = "end"
├── flags: ∅
└── name: "desc"