aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/array_symbols_interp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/array_symbols_interp.txt')
-rw-r--r--test/prism/snapshots/whitequark/array_symbols_interp.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/prism/snapshots/whitequark/array_symbols_interp.txt b/test/prism/snapshots/whitequark/array_symbols_interp.txt
index 433e78de7f..a36920ba06 100644
--- a/test/prism/snapshots/whitequark/array_symbols_interp.txt
+++ b/test/prism/snapshots/whitequark/array_symbols_interp.txt
@@ -4,6 +4,7 @@
@ StatementsNode (location: (1,0)-(3,13))
└── body: (length: 2)
├── @ ArrayNode (location: (1,0)-(1,14))
+ │ ├── flags: ∅
│ ├── elements: (length: 2)
│ │ ├── @ SymbolNode (location: (1,3)-(1,6))
│ │ │ ├── opening_loc: ∅
@@ -19,6 +20,7 @@
│ │ │ │ @ StatementsNode (location: (1,9)-(1,12))
│ │ │ │ └── body: (length: 1)
│ │ │ │ └── @ CallNode (location: (1,9)-(1,12))
+ │ │ │ │ ├── flags: variable_call
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
│ │ │ │ ├── name: :bar
@@ -26,14 +28,13 @@
│ │ │ │ ├── opening_loc: ∅
│ │ │ │ ├── arguments: ∅
│ │ │ │ ├── closing_loc: ∅
- │ │ │ │ ├── block: ∅
- │ │ │ │ └── flags: variable_call
+ │ │ │ │ └── block: ∅
│ │ │ └── closing_loc: (1,12)-(1,13) = "}"
│ │ └── closing_loc: ∅
│ ├── opening_loc: (1,0)-(1,3) = "%I["
- │ ├── closing_loc: (1,13)-(1,14) = "]"
- │ └── flags: ∅
+ │ └── closing_loc: (1,13)-(1,14) = "]"
└── @ ArrayNode (location: (3,0)-(3,13))
+ ├── flags: ∅
├── elements: (length: 1)
│ └── @ InterpolatedSymbolNode (location: (3,3)-(3,12))
│ ├── opening_loc: ∅
@@ -50,6 +51,7 @@
│ │ │ @ StatementsNode (location: (3,8)-(3,11))
│ │ │ └── body: (length: 1)
│ │ │ └── @ CallNode (location: (3,8)-(3,11))
+ │ │ │ ├── flags: variable_call
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
│ │ │ ├── name: :bar
@@ -57,10 +59,8 @@
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
- │ │ │ ├── block: ∅
- │ │ │ └── flags: variable_call
+ │ │ │ └── block: ∅
│ │ └── closing_loc: (3,11)-(3,12) = "}"
│ └── closing_loc: ∅
├── opening_loc: (3,0)-(3,3) = "%I["
- ├── closing_loc: (3,12)-(3,13) = "]"
- └── flags: ∅
+ └── closing_loc: (3,12)-(3,13) = "]"