aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/call_assoc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/call_assoc.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/call_assoc.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/yarp/snapshots/seattlerb/call_assoc.txt b/test/yarp/snapshots/seattlerb/call_assoc.txt
index 4fba76817f..59ede3254e 100644
--- a/test/yarp/snapshots/seattlerb/call_assoc.txt
+++ b/test/yarp/snapshots/seattlerb/call_assoc.txt
@@ -1,27 +1,27 @@
-@ ProgramNode (location: (0...7))
+@ ProgramNode (location: (1,0)-(1,7))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...7))
+ @ StatementsNode (location: (1,0)-(1,7))
└── body: (length: 1)
- └── @ CallNode (location: (0...7))
+ └── @ CallNode (location: (1,0)-(1,7))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (0...1) = "f"
- ├── opening_loc: (1...2) = "("
+ ├── message_loc: (1,0)-(1,1) = "f"
+ ├── opening_loc: (1,1)-(1,2) = "("
├── arguments:
- │ @ ArgumentsNode (location: (2...6))
+ │ @ ArgumentsNode (location: (1,2)-(1,6))
│ └── arguments: (length: 1)
- │ └── @ KeywordHashNode (location: (2...6))
+ │ └── @ KeywordHashNode (location: (1,2)-(1,6))
│ └── elements: (length: 1)
- │ └── @ AssocNode (location: (2...6))
+ │ └── @ AssocNode (location: (1,2)-(1,6))
│ ├── key:
- │ │ @ IntegerNode (location: (2...3))
+ │ │ @ IntegerNode (location: (1,2)-(1,3))
│ │ └── flags: decimal
│ ├── value:
- │ │ @ IntegerNode (location: (5...6))
+ │ │ @ IntegerNode (location: (1,5)-(1,6))
│ │ └── flags: decimal
- │ └── operator_loc: (3...5) = "=>"
- ├── closing_loc: (6...7) = ")"
+ │ └── operator_loc: (1,3)-(1,5) = "=>"
+ ├── closing_loc: (1,6)-(1,7) = ")"
├── block: ∅
├── flags: ∅
└── name: "f"