aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/iter_args_7_2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/iter_args_7_2.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/iter_args_7_2.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/test/yarp/snapshots/seattlerb/iter_args_7_2.txt b/test/yarp/snapshots/seattlerb/iter_args_7_2.txt
index 6c48dc92db..7f29777661 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_7_2.txt
+++ b/test/yarp/snapshots/seattlerb/iter_args_7_2.txt
@@ -1,49 +1,49 @@
-@ ProgramNode (location: (0...22))
+@ ProgramNode (location: (1,0)-(1,22))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...22))
+ @ StatementsNode (location: (1,0)-(1,22))
└── body: (length: 1)
- └── @ CallNode (location: (0...22))
+ └── @ CallNode (location: (1,0)-(1,22))
├── 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...22))
+ │ @ BlockNode (location: (1,2)-(1,22))
│ ├── locals: [:a, :b, :c]
│ ├── parameters:
- │ │ @ BlockParametersNode (location: (4...20))
+ │ │ @ BlockParametersNode (location: (1,4)-(1,20))
│ │ ├── parameters:
- │ │ │ @ ParametersNode (location: (5...19))
+ │ │ │ @ ParametersNode (location: (1,5)-(1,19))
│ │ │ ├── requireds: (length: 0)
│ │ │ ├── optionals: (length: 1)
- │ │ │ │ └── @ OptionalParameterNode (location: (5...11))
+ │ │ │ │ └── @ OptionalParameterNode (location: (1,5)-(1,11))
│ │ │ │ ├── name: :a
- │ │ │ │ ├── name_loc: (5...6) = "a"
- │ │ │ │ ├── operator_loc: (7...8) = "="
+ │ │ │ │ ├── name_loc: (1,5)-(1,6) = "a"
+ │ │ │ │ ├── operator_loc: (1,7)-(1,8) = "="
│ │ │ │ └── value:
- │ │ │ │ @ IntegerNode (location: (9...11))
+ │ │ │ │ @ IntegerNode (location: (1,9)-(1,11))
│ │ │ │ └── flags: decimal
│ │ │ ├── rest:
- │ │ │ │ @ RestParameterNode (location: (13...15))
+ │ │ │ │ @ RestParameterNode (location: (1,13)-(1,15))
│ │ │ │ ├── name: :b
- │ │ │ │ ├── name_loc: (14...15) = "b"
- │ │ │ │ └── operator_loc: (13...14) = "*"
+ │ │ │ │ ├── name_loc: (1,14)-(1,15) = "b"
+ │ │ │ │ └── operator_loc: (1,13)-(1,14) = "*"
│ │ │ ├── posts: (length: 0)
│ │ │ ├── keywords: (length: 0)
│ │ │ ├── keyword_rest: ∅
│ │ │ └── block:
- │ │ │ @ BlockParameterNode (location: (17...19))
+ │ │ │ @ BlockParameterNode (location: (1,17)-(1,19))
│ │ │ ├── name: :c
- │ │ │ ├── name_loc: (18...19) = "c"
- │ │ │ └── operator_loc: (17...18) = "&"
+ │ │ │ ├── name_loc: (1,18)-(1,19) = "c"
+ │ │ │ └── operator_loc: (1,17)-(1,18) = "&"
│ │ ├── locals: (length: 0)
- │ │ ├── opening_loc: (4...5) = "|"
- │ │ └── closing_loc: (19...20) = "|"
+ │ │ ├── opening_loc: (1,4)-(1,5) = "|"
+ │ │ └── closing_loc: (1,19)-(1,20) = "|"
│ ├── body: ∅
- │ ├── opening_loc: (2...3) = "{"
- │ └── closing_loc: (21...22) = "}"
+ │ ├── opening_loc: (1,2)-(1,3) = "{"
+ │ └── closing_loc: (1,21)-(1,22) = "}"
├── flags: ∅
└── name: "f"