aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/if_elsif.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/if_elsif.txt')
-rw-r--r--test/prism/snapshots/whitequark/if_elsif.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/prism/snapshots/whitequark/if_elsif.txt b/test/prism/snapshots/whitequark/if_elsif.txt
index cf55c74095..7f0c3b879b 100644
--- a/test/prism/snapshots/whitequark/if_elsif.txt
+++ b/test/prism/snapshots/whitequark/if_elsif.txt
@@ -15,7 +15,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
- │ └── name: "foo"
+ │ └── name: :foo
├── statements:
│ @ StatementsNode (location: (1,8)-(1,11))
│ └── body: (length: 1)
@@ -28,7 +28,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
- │ └── name: "bar"
+ │ └── name: :bar
├── consequent:
│ @ IfNode (location: (1,13)-(1,38))
│ ├── if_keyword_loc: (1,13)-(1,18) = "elsif"
@@ -42,7 +42,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "baz"
+ │ │ └── name: :baz
│ ├── statements:
│ │ @ StatementsNode (location: (1,24)-(1,25))
│ │ └── body: (length: 1)