aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt b/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
index 7a52d83a37..b1c234bff2 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
+++ b/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
@@ -1,19 +1,19 @@
-@ ProgramNode (location: (0...14))
+@ ProgramNode (location: (1,0)-(1,14))
├── locals: [:a]
└── statements:
- @ StatementsNode (location: (0...14))
+ @ StatementsNode (location: (1,0)-(1,14))
└── body: (length: 1)
- └── @ LocalVariableWriteNode (location: (0...14))
+ └── @ LocalVariableWriteNode (location: (1,0)-(1,14))
├── name: :a
├── depth: 0
- ├── name_loc: (0...1) = "a"
+ ├── name_loc: (1,0)-(1,1) = "a"
├── value:
- │ @ RescueModifierNode (location: (4...14))
+ │ @ RescueModifierNode (location: (1,4)-(1,14))
│ ├── expression:
- │ │ @ IntegerNode (location: (4...5))
+ │ │ @ IntegerNode (location: (1,4)-(1,5))
│ │ └── flags: decimal
- │ ├── keyword_loc: (6...12) = "rescue"
+ │ ├── keyword_loc: (1,6)-(1,12) = "rescue"
│ └── rescue_expression:
- │ @ IntegerNode (location: (13...14))
+ │ @ IntegerNode (location: (1,13)-(1,14))
│ └── flags: decimal
- └── operator_loc: (2...3) = "="
+ └── operator_loc: (1,2)-(1,3) = "="