aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/call_array_block_call.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/call_array_block_call.txt')
-rw-r--r--test/prism/snapshots/seattlerb/call_array_block_call.txt54
1 files changed, 27 insertions, 27 deletions
diff --git a/test/prism/snapshots/seattlerb/call_array_block_call.txt b/test/prism/snapshots/seattlerb/call_array_block_call.txt
index 65daaf7287..c75ddc8272 100644
--- a/test/prism/snapshots/seattlerb/call_array_block_call.txt
+++ b/test/prism/snapshots/seattlerb/call_array_block_call.txt
@@ -4,6 +4,7 @@
@ StatementsNode (location: (1,0)-(1,19))
└── body: (length: 1)
└── @ CallNode (location: (1,0)-(1,19))
+ ├── flags: ∅
├── receiver: ∅
├── call_operator_loc: ∅
├── name: :a
@@ -11,31 +12,30 @@
├── opening_loc: ∅
├── arguments:
│ @ ArgumentsNode (location: (1,2)-(1,19))
- │ ├── arguments: (length: 1)
- │ │ └── @ ArrayNode (location: (1,2)-(1,19))
- │ │ ├── elements: (length: 2)
- │ │ │ ├── @ NilNode (location: (1,4)-(1,7))
- │ │ │ └── @ CallNode (location: (1,9)-(1,17))
- │ │ │ ├── receiver: ∅
- │ │ │ ├── call_operator_loc: ∅
- │ │ │ ├── name: :b
- │ │ │ ├── message_loc: (1,9)-(1,10) = "b"
- │ │ │ ├── opening_loc: ∅
- │ │ │ ├── arguments: ∅
- │ │ │ ├── closing_loc: ∅
- │ │ │ ├── block:
- │ │ │ │ @ BlockNode (location: (1,11)-(1,17))
- │ │ │ │ ├── locals: []
- │ │ │ │ ├── locals_body_index: 0
- │ │ │ │ ├── parameters: ∅
- │ │ │ │ ├── body: ∅
- │ │ │ │ ├── opening_loc: (1,11)-(1,13) = "do"
- │ │ │ │ └── closing_loc: (1,14)-(1,17) = "end"
- │ │ │ └── flags: ∅
- │ │ ├── opening_loc: (1,2)-(1,3) = "["
- │ │ ├── closing_loc: (1,18)-(1,19) = "]"
- │ │ └── flags: ∅
- │ └── flags: ∅
+ │ ├── flags: ∅
+ │ └── arguments: (length: 1)
+ │ └── @ ArrayNode (location: (1,2)-(1,19))
+ │ ├── flags: ∅
+ │ ├── elements: (length: 2)
+ │ │ ├── @ NilNode (location: (1,4)-(1,7))
+ │ │ └── @ CallNode (location: (1,9)-(1,17))
+ │ │ ├── flags: ∅
+ │ │ ├── receiver: ∅
+ │ │ ├── call_operator_loc: ∅
+ │ │ ├── name: :b
+ │ │ ├── message_loc: (1,9)-(1,10) = "b"
+ │ │ ├── opening_loc: ∅
+ │ │ ├── arguments: ∅
+ │ │ ├── closing_loc: ∅
+ │ │ └── block:
+ │ │ @ BlockNode (location: (1,11)-(1,17))
+ │ │ ├── locals: []
+ │ │ ├── locals_body_index: 0
+ │ │ ├── parameters: ∅
+ │ │ ├── body: ∅
+ │ │ ├── opening_loc: (1,11)-(1,13) = "do"
+ │ │ └── closing_loc: (1,14)-(1,17) = "end"
+ │ ├── opening_loc: (1,2)-(1,3) = "["
+ │ └── closing_loc: (1,18)-(1,19) = "]"
├── closing_loc: ∅
- ├── block: ∅
- └── flags: ∅
+ └── block: ∅