aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/iter_args_5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/iter_args_5.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/iter_args_5.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/yarp/snapshots/seattlerb/iter_args_5.txt b/test/yarp/snapshots/seattlerb/iter_args_5.txt
index 1f5e0cc078..b97c1d86ec 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_5.txt
+++ b/test/yarp/snapshots/seattlerb/iter_args_5.txt
@@ -1,24 +1,24 @@
-@ ProgramNode (location: (0...13))
+@ ProgramNode (location: (1,0)-(1,13))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...13))
+ @ StatementsNode (location: (1,0)-(1,13))
└── body: (length: 1)
- └── @ CallNode (location: (0...13))
+ └── @ CallNode (location: (1,0)-(1,13))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (0...1) = "f"
+ ├── message_loc: (1,0)-(1,1) = "f"
├── opening_loc: ∅
├── arguments: ∅
├── closing_loc: ∅
├── block:
- │ @ BlockNode (location: (2...13))
+ │ @ BlockNode (location: (1,2)-(1,13))
│ ├── locals: [:a, :b]
│ ├── parameters:
- │ │ @ BlockParametersNode (location: (4...11))
+ │ │ @ BlockParametersNode (location: (1,4)-(1,11))
│ │ ├── parameters:
- │ │ │ @ ParametersNode (location: (5...10))
+ │ │ │ @ ParametersNode (location: (1,5)-(1,10))
│ │ │ ├── requireds: (length: 1)
- │ │ │ │ └── @ RequiredParameterNode (location: (5...6))
+ │ │ │ │ └── @ RequiredParameterNode (location: (1,5)-(1,6))
│ │ │ │ └── name: :a
│ │ │ ├── optionals: (length: 0)
│ │ │ ├── rest: ∅
@@ -26,15 +26,15 @@
│ │ │ ├── keywords: (length: 0)
│ │ │ ├── keyword_rest: ∅
│ │ │ └── block:
- │ │ │ @ BlockParameterNode (location: (8...10))
+ │ │ │ @ BlockParameterNode (location: (1,8)-(1,10))
│ │ │ ├── name: :b
- │ │ │ ├── name_loc: (9...10) = "b"
- │ │ │ └── operator_loc: (8...9) = "&"
+ │ │ │ ├── name_loc: (1,9)-(1,10) = "b"
+ │ │ │ └── operator_loc: (1,8)-(1,9) = "&"
│ │ ├── locals: (length: 0)
- │ │ ├── opening_loc: (4...5) = "|"
- │ │ └── closing_loc: (10...11) = "|"
+ │ │ ├── opening_loc: (1,4)-(1,5) = "|"
+ │ │ └── closing_loc: (1,10)-(1,11) = "|"
│ ├── body: ∅
- │ ├── opening_loc: (2...3) = "{"
- │ └── closing_loc: (12...13) = "}"
+ │ ├── opening_loc: (1,2)-(1,3) = "{"
+ │ └── closing_loc: (1,12)-(1,13) = "}"
├── flags: ∅
└── name: "f"