aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/array_assocs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/whitequark/array_assocs.txt')
-rw-r--r--test/yarp/snapshots/whitequark/array_assocs.txt38
1 files changed, 19 insertions, 19 deletions
diff --git a/test/yarp/snapshots/whitequark/array_assocs.txt b/test/yarp/snapshots/whitequark/array_assocs.txt
index d19ddcc78c..4509ddde8b 100644
--- a/test/yarp/snapshots/whitequark/array_assocs.txt
+++ b/test/yarp/snapshots/whitequark/array_assocs.txt
@@ -1,35 +1,35 @@
-@ ProgramNode (location: (0...25))
+@ ProgramNode (location: (1,0)-(3,13))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...25))
+ @ StatementsNode (location: (1,0)-(3,13))
└── body: (length: 2)
- ├── @ ArrayNode (location: (0...10))
+ ├── @ ArrayNode (location: (1,0)-(1,10))
│ ├── elements: (length: 1)
- │ │ └── @ KeywordHashNode (location: (2...8))
+ │ │ └── @ KeywordHashNode (location: (1,2)-(1,8))
│ │ └── elements: (length: 1)
- │ │ └── @ AssocNode (location: (2...8))
+ │ │ └── @ AssocNode (location: (1,2)-(1,8))
│ │ ├── key:
- │ │ │ @ IntegerNode (location: (2...3))
+ │ │ │ @ IntegerNode (location: (1,2)-(1,3))
│ │ │ └── flags: decimal
│ │ ├── value:
- │ │ │ @ IntegerNode (location: (7...8))
+ │ │ │ @ IntegerNode (location: (1,7)-(1,8))
│ │ │ └── flags: decimal
- │ │ └── operator_loc: (4...6) = "=>"
- │ ├── opening_loc: (0...1) = "["
- │ └── closing_loc: (9...10) = "]"
- └── @ ArrayNode (location: (12...25))
+ │ │ └── operator_loc: (1,4)-(1,6) = "=>"
+ │ ├── opening_loc: (1,0)-(1,1) = "["
+ │ └── closing_loc: (1,9)-(1,10) = "]"
+ └── @ ArrayNode (location: (3,0)-(3,13))
├── elements: (length: 2)
- │ ├── @ IntegerNode (location: (14...15))
+ │ ├── @ IntegerNode (location: (3,2)-(3,3))
│ │ └── flags: decimal
- │ └── @ KeywordHashNode (location: (17...23))
+ │ └── @ KeywordHashNode (location: (3,5)-(3,11))
│ └── elements: (length: 1)
- │ └── @ AssocNode (location: (17...23))
+ │ └── @ AssocNode (location: (3,5)-(3,11))
│ ├── key:
- │ │ @ IntegerNode (location: (17...18))
+ │ │ @ IntegerNode (location: (3,5)-(3,6))
│ │ └── flags: decimal
│ ├── value:
- │ │ @ IntegerNode (location: (22...23))
+ │ │ @ IntegerNode (location: (3,10)-(3,11))
│ │ └── flags: decimal
- │ └── operator_loc: (19...21) = "=>"
- ├── opening_loc: (12...13) = "["
- └── closing_loc: (24...25) = "]"
+ │ └── operator_loc: (3,7)-(3,9) = "=>"
+ ├── opening_loc: (3,0)-(3,1) = "["
+ └── closing_loc: (3,12)-(3,13) = "]"