summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/array_splat.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-12-06 15:32:53 -0500
committergit <svn-admin@ruby-lang.org>2023-12-06 20:50:02 +0000
commitfe6ee5e92148755b75ffd00ab29611b59a416d5a (patch)
tree9283cde10b67c8daec7c56511f58ed9133569377 /test/prism/snapshots/whitequark/array_splat.txt
parentcbb941f58a236d95d9e95c3f6dbd4510c04351f0 (diff)
[ruby/prism] Move flag position consistently to front
https://github.com/ruby/prism/commit/6e69a81737
Diffstat (limited to 'test/prism/snapshots/whitequark/array_splat.txt')
-rw-r--r--test/prism/snapshots/whitequark/array_splat.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/prism/snapshots/whitequark/array_splat.txt b/test/prism/snapshots/whitequark/array_splat.txt
index f0e14838e4..3e6c8a6efe 100644
--- a/test/prism/snapshots/whitequark/array_splat.txt
+++ b/test/prism/snapshots/whitequark/array_splat.txt
@@ -4,11 +4,13 @@
@ StatementsNode (location: (1,0)-(5,9))
└── body: (length: 3)
├── @ ArrayNode (location: (1,0)-(1,6))
+ │ ├── flags: contains_splat
│ ├── elements: (length: 1)
│ │ └── @ SplatNode (location: (1,1)-(1,5))
│ │ ├── operator_loc: (1,1)-(1,2) = "*"
│ │ └── expression:
│ │ @ CallNode (location: (1,2)-(1,5))
+ │ │ ├── flags: variable_call
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
│ │ ├── name: :foo
@@ -16,12 +18,11 @@
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
- │ │ ├── block: ∅
- │ │ └── flags: variable_call
+ │ │ └── block: ∅
│ ├── opening_loc: (1,0)-(1,1) = "["
- │ ├── closing_loc: (1,5)-(1,6) = "]"
- │ └── flags: contains_splat
+ │ └── closing_loc: (1,5)-(1,6) = "]"
├── @ ArrayNode (location: (3,0)-(3,12))
+ │ ├── flags: contains_splat
│ ├── elements: (length: 3)
│ │ ├── @ IntegerNode (location: (3,1)-(3,2))
│ │ │ └── flags: decimal
@@ -29,6 +30,7 @@
│ │ │ ├── operator_loc: (3,4)-(3,5) = "*"
│ │ │ └── expression:
│ │ │ @ CallNode (location: (3,5)-(3,8))
+ │ │ │ ├── flags: variable_call
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
│ │ │ ├── name: :foo
@@ -36,14 +38,13 @@
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
- │ │ │ ├── block: ∅
- │ │ │ └── flags: variable_call
+ │ │ │ └── block: ∅
│ │ └── @ IntegerNode (location: (3,10)-(3,11))
│ │ └── flags: decimal
│ ├── opening_loc: (3,0)-(3,1) = "["
- │ ├── closing_loc: (3,11)-(3,12) = "]"
- │ └── flags: contains_splat
+ │ └── closing_loc: (3,11)-(3,12) = "]"
└── @ ArrayNode (location: (5,0)-(5,9))
+ ├── flags: contains_splat
├── elements: (length: 2)
│ ├── @ IntegerNode (location: (5,1)-(5,2))
│ │ └── flags: decimal
@@ -51,6 +52,7 @@
│ ├── operator_loc: (5,4)-(5,5) = "*"
│ └── expression:
│ @ CallNode (location: (5,5)-(5,8))
+ │ ├── flags: variable_call
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
│ ├── name: :foo
@@ -58,8 +60,6 @@
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
- │ ├── block: ∅
- │ └── flags: variable_call
+ │ └── block: ∅
├── opening_loc: (5,0)-(5,1) = "["
- ├── closing_loc: (5,8)-(5,9) = "]"
- └── flags: contains_splat
+ └── closing_loc: (5,8)-(5,9) = "]"