aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/bug_447.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/whitequark/bug_447.txt')
-rw-r--r--test/yarp/snapshots/whitequark/bug_447.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/test/yarp/snapshots/whitequark/bug_447.txt b/test/yarp/snapshots/whitequark/bug_447.txt
index af256bdaa3..40a6d81e4c 100644
--- a/test/yarp/snapshots/whitequark/bug_447.txt
+++ b/test/yarp/snapshots/whitequark/bug_447.txt
@@ -1,51 +1,51 @@
-@ ProgramNode (location: (0...27))
+@ ProgramNode (location: (1,0)-(3,14))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...27))
+ @ StatementsNode (location: (1,0)-(3,14))
└── body: (length: 2)
- ├── @ CallNode (location: (0...11))
+ ├── @ CallNode (location: (1,0)-(1,11))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
- │ ├── message_loc: (0...1) = "m"
+ │ ├── message_loc: (1,0)-(1,1) = "m"
│ ├── opening_loc: ∅
│ ├── arguments:
- │ │ @ ArgumentsNode (location: (2...4))
+ │ │ @ ArgumentsNode (location: (1,2)-(1,4))
│ │ └── arguments: (length: 1)
- │ │ └── @ ArrayNode (location: (2...4))
+ │ │ └── @ ArrayNode (location: (1,2)-(1,4))
│ │ ├── elements: (length: 0)
- │ │ ├── opening_loc: (2...3) = "["
- │ │ └── closing_loc: (3...4) = "]"
+ │ │ ├── opening_loc: (1,2)-(1,3) = "["
+ │ │ └── closing_loc: (1,3)-(1,4) = "]"
│ ├── closing_loc: ∅
│ ├── block:
- │ │ @ BlockNode (location: (5...11))
+ │ │ @ BlockNode (location: (1,5)-(1,11))
│ │ ├── locals: []
│ │ ├── parameters: ∅
│ │ ├── body: ∅
- │ │ ├── opening_loc: (5...7) = "do"
- │ │ └── closing_loc: (8...11) = "end"
+ │ │ ├── opening_loc: (1,5)-(1,7) = "do"
+ │ │ └── closing_loc: (1,8)-(1,11) = "end"
│ ├── flags: ∅
│ └── name: "m"
- └── @ CallNode (location: (13...27))
+ └── @ CallNode (location: (3,0)-(3,14))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (13...14) = "m"
+ ├── message_loc: (3,0)-(3,1) = "m"
├── opening_loc: ∅
├── arguments:
- │ @ ArgumentsNode (location: (15...20))
+ │ @ ArgumentsNode (location: (3,2)-(3,7))
│ └── arguments: (length: 2)
- │ ├── @ ArrayNode (location: (15...17))
+ │ ├── @ ArrayNode (location: (3,2)-(3,4))
│ │ ├── elements: (length: 0)
- │ │ ├── opening_loc: (15...16) = "["
- │ │ └── closing_loc: (16...17) = "]"
- │ └── @ IntegerNode (location: (19...20))
+ │ │ ├── opening_loc: (3,2)-(3,3) = "["
+ │ │ └── closing_loc: (3,3)-(3,4) = "]"
+ │ └── @ IntegerNode (location: (3,6)-(3,7))
│ └── flags: decimal
├── closing_loc: ∅
├── block:
- │ @ BlockNode (location: (21...27))
+ │ @ BlockNode (location: (3,8)-(3,14))
│ ├── locals: []
│ ├── parameters: ∅
│ ├── body: ∅
- │ ├── opening_loc: (21...23) = "do"
- │ └── closing_loc: (24...27) = "end"
+ │ ├── opening_loc: (3,8)-(3,10) = "do"
+ │ └── closing_loc: (3,11)-(3,14) = "end"
├── flags: ∅
└── name: "m"