aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/or.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/whitequark/or.txt')
-rw-r--r--test/yarp/snapshots/whitequark/or.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/yarp/snapshots/whitequark/or.txt b/test/yarp/snapshots/whitequark/or.txt
index c86cd9a95a..713ca53ad7 100644
--- a/test/yarp/snapshots/whitequark/or.txt
+++ b/test/yarp/snapshots/whitequark/or.txt
@@ -1,14 +1,14 @@
-@ ProgramNode (location: (0...22))
+@ ProgramNode (location: (1,0)-(3,10))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...22))
+ @ StatementsNode (location: (1,0)-(3,10))
└── body: (length: 2)
- ├── @ OrNode (location: (0...10))
+ ├── @ OrNode (location: (1,0)-(1,10))
│ ├── left:
- │ │ @ CallNode (location: (0...3))
+ │ │ @ CallNode (location: (1,0)-(1,3))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
- │ │ ├── message_loc: (0...3) = "foo"
+ │ │ ├── message_loc: (1,0)-(1,3) = "foo"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
@@ -16,23 +16,23 @@
│ │ ├── flags: variable_call
│ │ └── name: "foo"
│ ├── right:
- │ │ @ CallNode (location: (7...10))
+ │ │ @ CallNode (location: (1,7)-(1,10))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
- │ │ ├── message_loc: (7...10) = "bar"
+ │ │ ├── message_loc: (1,7)-(1,10) = "bar"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
│ │ └── name: "bar"
- │ └── operator_loc: (4...6) = "or"
- └── @ OrNode (location: (12...22))
+ │ └── operator_loc: (1,4)-(1,6) = "or"
+ └── @ OrNode (location: (3,0)-(3,10))
├── left:
- │ @ CallNode (location: (12...15))
+ │ @ CallNode (location: (3,0)-(3,3))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
- │ ├── message_loc: (12...15) = "foo"
+ │ ├── message_loc: (3,0)-(3,3) = "foo"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
@@ -40,14 +40,14 @@
│ ├── flags: variable_call
│ └── name: "foo"
├── right:
- │ @ CallNode (location: (19...22))
+ │ @ CallNode (location: (3,7)-(3,10))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
- │ ├── message_loc: (19...22) = "bar"
+ │ ├── message_loc: (3,7)-(3,10) = "bar"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
│ └── name: "bar"
- └── operator_loc: (16...18) = "||"
+ └── operator_loc: (3,4)-(3,6) = "||"