aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/safe_attrasgn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/safe_attrasgn.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/safe_attrasgn.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/yarp/snapshots/seattlerb/safe_attrasgn.txt b/test/yarp/snapshots/seattlerb/safe_attrasgn.txt
index 6624bb372b..e6ea102a26 100644
--- a/test/yarp/snapshots/seattlerb/safe_attrasgn.txt
+++ b/test/yarp/snapshots/seattlerb/safe_attrasgn.txt
@@ -1,27 +1,27 @@
-@ ProgramNode (location: (0...8))
+@ ProgramNode (location: (1,0)-(1,8))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...8))
+ @ StatementsNode (location: (1,0)-(1,8))
└── body: (length: 1)
- └── @ CallNode (location: (0...8))
+ └── @ CallNode (location: (1,0)-(1,8))
├── receiver:
- │ @ CallNode (location: (0...1))
+ │ @ CallNode (location: (1,0)-(1,1))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
- │ ├── message_loc: (0...1) = "a"
+ │ ├── message_loc: (1,0)-(1,1) = "a"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
│ └── name: "a"
- ├── call_operator_loc: (1...3) = "&."
- ├── message_loc: (3...4) = "b"
+ ├── call_operator_loc: (1,1)-(1,3) = "&."
+ ├── message_loc: (1,3)-(1,4) = "b"
├── opening_loc: ∅
├── arguments:
- │ @ ArgumentsNode (location: (7...8))
+ │ @ ArgumentsNode (location: (1,7)-(1,8))
│ └── arguments: (length: 1)
- │ └── @ IntegerNode (location: (7...8))
+ │ └── @ IntegerNode (location: (1,7)-(1,8))
│ └── flags: decimal
├── closing_loc: ∅
├── block: ∅