aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/call_colon_parens.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/call_colon_parens.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/call_colon_parens.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/yarp/snapshots/seattlerb/call_colon_parens.txt b/test/yarp/snapshots/seattlerb/call_colon_parens.txt
index 1d331efa9f..f1327adac3 100644
--- a/test/yarp/snapshots/seattlerb/call_colon_parens.txt
+++ b/test/yarp/snapshots/seattlerb/call_colon_parens.txt
@@ -1,17 +1,17 @@
-@ ProgramNode (location: (0...5))
+@ ProgramNode (location: (1,0)-(1,5))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...5))
+ @ StatementsNode (location: (1,0)-(1,5))
└── body: (length: 1)
- └── @ CallNode (location: (0...5))
+ └── @ CallNode (location: (1,0)-(1,5))
├── receiver:
- │ @ IntegerNode (location: (0...1))
+ │ @ IntegerNode (location: (1,0)-(1,1))
│ └── flags: decimal
- ├── call_operator_loc: (1...3) = "::"
+ ├── call_operator_loc: (1,1)-(1,3) = "::"
├── message_loc: ∅
- ├── opening_loc: (3...4) = "("
+ ├── opening_loc: (1,3)-(1,4) = "("
├── arguments: ∅
- ├── closing_loc: (4...5) = ")"
+ ├── closing_loc: (1,4)-(1,5) = ")"
├── block: ∅
├── flags: ∅
└── name: "call"