summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/args_assocs_legacy.txt
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-10-01 12:34:55 +0200
committerKevin Newton <kddnewton@gmail.com>2023-10-02 09:18:56 -0400
commit87dad067e03f98df7a64d4ce555e1213847e8dbb (patch)
treed8dc05ee85473d2f797ece4651ef5efc932058bd /test/prism/snapshots/whitequark/args_assocs_legacy.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/whitequark/args_assocs_legacy.txt')
-rw-r--r--test/prism/snapshots/whitequark/args_assocs_legacy.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/prism/snapshots/whitequark/args_assocs_legacy.txt b/test/prism/snapshots/whitequark/args_assocs_legacy.txt
index 518b760764..efca0773c7 100644
--- a/test/prism/snapshots/whitequark/args_assocs_legacy.txt
+++ b/test/prism/snapshots/whitequark/args_assocs_legacy.txt
@@ -27,7 +27,7 @@
│ ├── closing_loc: (1,13)-(1,14) = ")"
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "fun"
+ │ └── name: :fun
├── @ CallNode (location: (3,0)-(3,19))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
@@ -62,10 +62,10 @@
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
│ │ │ ├── flags: variable_call
- │ │ │ └── name: "baz"
+ │ │ │ └── name: :baz
│ │ └── operator_loc: (3,15)-(3,16) = "&"
│ ├── flags: ∅
- │ └── name: "fun"
+ │ └── name: :fun
├── @ CallNode (location: (5,0)-(5,21))
│ ├── receiver:
│ │ @ SelfNode (location: (5,0)-(5,4))
@@ -84,7 +84,7 @@
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
│ │ │ ├── flags: variable_call
- │ │ │ └── name: "foo"
+ │ │ │ └── name: :foo
│ │ └── @ KeywordHashNode (location: (5,14)-(5,21))
│ │ └── elements: (length: 1)
│ │ └── @ AssocNode (location: (5,14)-(5,21))
@@ -101,7 +101,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "[]="
+ │ └── name: :[]=
├── @ CallNode (location: (7,0)-(7,15))
│ ├── receiver:
│ │ @ SelfNode (location: (7,0)-(7,4))
@@ -127,7 +127,7 @@
│ ├── closing_loc: (7,14)-(7,15) = "]"
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "[]"
+ │ └── name: :[]
├── @ SuperNode (location: (9,0)-(9,17))
│ ├── keyword_loc: (9,0)-(9,5) = "super"
│ ├── lparen_loc: (9,5)-(9,6) = "("