aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/op_asgn_index_cmd.txt')
-rw-r--r--test/prism/snapshots/whitequark/op_asgn_index_cmd.txt34
1 files changed, 18 insertions, 16 deletions
diff --git a/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt b/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt
index 610db18e6f..f07a4202d1 100644
--- a/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt
+++ b/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt
@@ -19,11 +19,12 @@
├── opening_loc: (1,3)-(1,4) = "["
├── arguments:
│ @ ArgumentsNode (location: (1,4)-(1,8))
- │ └── arguments: (length: 2)
- │ ├── @ IntegerNode (location: (1,4)-(1,5))
- │ │ └── flags: decimal
- │ └── @ IntegerNode (location: (1,7)-(1,8))
- │ └── flags: decimal
+ │ ├── arguments: (length: 2)
+ │ │ ├── @ IntegerNode (location: (1,4)-(1,5))
+ │ │ │ └── flags: decimal
+ │ │ └── @ IntegerNode (location: (1,7)-(1,8))
+ │ │ └── flags: decimal
+ │ └── flags: ∅
├── closing_loc: (1,8)-(1,9) = "]"
├── block: ∅
├── flags: ∅
@@ -37,17 +38,18 @@
├── opening_loc: ∅
├── arguments:
│ @ ArgumentsNode (location: (1,15)-(1,18))
- │ └── arguments: (length: 1)
- │ └── @ CallNode (location: (1,15)-(1,18))
- │ ├── receiver: ∅
- │ ├── call_operator_loc: ∅
- │ ├── message_loc: (1,15)-(1,18) = "foo"
- │ ├── opening_loc: ∅
- │ ├── arguments: ∅
- │ ├── closing_loc: ∅
- │ ├── block: ∅
- │ ├── flags: variable_call
- │ └── name: :foo
+ │ ├── arguments: (length: 1)
+ │ │ └── @ CallNode (location: (1,15)-(1,18))
+ │ │ ├── receiver: ∅
+ │ │ ├── call_operator_loc: ∅
+ │ │ ├── message_loc: (1,15)-(1,18) = "foo"
+ │ │ ├── opening_loc: ∅
+ │ │ ├── arguments: ∅
+ │ │ ├── closing_loc: ∅
+ │ │ ├── block: ∅
+ │ │ ├── flags: variable_call
+ │ │ └── name: :foo
+ │ └── flags: ∅
├── closing_loc: ∅
├── block: ∅
├── flags: ∅