summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/cond_eflipflop.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/cond_eflipflop.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/whitequark/cond_eflipflop.txt')
-rw-r--r--test/prism/snapshots/whitequark/cond_eflipflop.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/prism/snapshots/whitequark/cond_eflipflop.txt b/test/prism/snapshots/whitequark/cond_eflipflop.txt
index 89976af9e9..9f4e79ce10 100644
--- a/test/prism/snapshots/whitequark/cond_eflipflop.txt
+++ b/test/prism/snapshots/whitequark/cond_eflipflop.txt
@@ -20,7 +20,7 @@
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
│ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: "foo"
+ │ │ │ │ └── name: :foo
│ │ │ ├── right:
│ │ │ │ @ CallNode (location: (1,8)-(1,11))
│ │ │ │ ├── receiver: ∅
@@ -31,7 +31,7 @@
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
│ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: "bar"
+ │ │ │ │ └── name: :bar
│ │ │ ├── operator_loc: (1,5)-(1,8) = "..."
│ │ │ └── flags: exclude_end
│ │ ├── opening_loc: (1,1)-(1,2) = "("
@@ -43,7 +43,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "!"
+ │ └── name: :!
└── @ IfNode (location: (3,0)-(3,17))
├── if_keyword_loc: (3,0)-(3,2) = "if"
├── predicate:
@@ -58,7 +58,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "foo"
+ │ │ └── name: :foo
│ ├── right:
│ │ @ CallNode (location: (3,9)-(3,12))
│ │ ├── receiver: ∅
@@ -69,7 +69,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "bar"
+ │ │ └── name: :bar
│ ├── operator_loc: (3,6)-(3,9) = "..."
│ └── flags: exclude_end
├── statements: ∅