aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/unary_tilde.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/unary_tilde.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/unary_tilde.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/yarp/snapshots/seattlerb/unary_tilde.txt b/test/yarp/snapshots/seattlerb/unary_tilde.txt
index 90315af481..aa413484dc 100644
--- a/test/yarp/snapshots/seattlerb/unary_tilde.txt
+++ b/test/yarp/snapshots/seattlerb/unary_tilde.txt
@@ -1,14 +1,14 @@
-@ ProgramNode (location: (0...2))
+@ ProgramNode (location: (1,0)-(1,2))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...2))
+ @ StatementsNode (location: (1,0)-(1,2))
└── body: (length: 1)
- └── @ CallNode (location: (0...2))
+ └── @ CallNode (location: (1,0)-(1,2))
├── receiver:
- │ @ CallNode (location: (1...2))
+ │ @ CallNode (location: (1,1)-(1,2))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
- │ ├── message_loc: (1...2) = "a"
+ │ ├── message_loc: (1,1)-(1,2) = "a"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
@@ -16,7 +16,7 @@
│ ├── flags: variable_call
│ └── name: "a"
├── call_operator_loc: ∅
- ├── message_loc: (0...1) = "~"
+ ├── message_loc: (1,0)-(1,1) = "~"
├── opening_loc: ∅
├── arguments: ∅
├── closing_loc: ∅