aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/masgn_arg_ident.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/masgn_arg_ident.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt b/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt
index 7b9fc99bbe..670540bb20 100644
--- a/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt
+++ b/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt
@@ -1,27 +1,27 @@
-@ ProgramNode (location: (0...10))
+@ ProgramNode (location: (1,0)-(1,10))
├── locals: [:a]
└── statements:
- @ StatementsNode (location: (0...10))
+ @ StatementsNode (location: (1,0)-(1,10))
└── body: (length: 1)
- └── @ MultiWriteNode (location: (0...10))
+ └── @ MultiWriteNode (location: (1,0)-(1,10))
├── targets: (length: 2)
- │ ├── @ LocalVariableTargetNode (location: (0...1))
+ │ ├── @ LocalVariableTargetNode (location: (1,0)-(1,1))
│ │ ├── name: :a
│ │ └── depth: 0
- │ └── @ CallNode (location: (3...6))
+ │ └── @ CallNode (location: (1,3)-(1,6))
│ ├── receiver:
- │ │ @ CallNode (location: (3...4))
+ │ │ @ CallNode (location: (1,3)-(1,4))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
- │ │ ├── message_loc: (3...4) = "b"
+ │ │ ├── message_loc: (1,3)-(1,4) = "b"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
│ │ └── name: "b"
- │ ├── call_operator_loc: (4...5) = "."
- │ ├── message_loc: (5...6) = "C"
+ │ ├── call_operator_loc: (1,4)-(1,5) = "."
+ │ ├── message_loc: (1,5)-(1,6) = "C"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
@@ -30,12 +30,12 @@
│ └── name: "C="
├── lparen_loc: ∅
├── rparen_loc: ∅
- ├── operator_loc: (7...8) = "="
+ ├── operator_loc: (1,7)-(1,8) = "="
└── value:
- @ CallNode (location: (9...10))
+ @ CallNode (location: (1,9)-(1,10))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (9...10) = "d"
+ ├── message_loc: (1,9)-(1,10) = "d"
├── opening_loc: ∅
├── arguments: ∅
├── closing_loc: ∅