summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/while.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/while.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/whitequark/while.txt')
-rw-r--r--test/prism/snapshots/whitequark/while.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/prism/snapshots/whitequark/while.txt b/test/prism/snapshots/whitequark/while.txt
index 2fae4e412f..b1e5674432 100644
--- a/test/prism/snapshots/whitequark/while.txt
+++ b/test/prism/snapshots/whitequark/while.txt
@@ -16,7 +16,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "foo"
+ │ │ └── name: :foo
│ ├── statements:
│ │ @ StatementsNode (location: (1,13)-(1,17))
│ │ └── body: (length: 1)
@@ -29,7 +29,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "meth"
+ │ │ └── name: :meth
│ └── flags: ∅
└── @ WhileNode (location: (3,0)-(3,19))
├── keyword_loc: (3,0)-(3,5) = "while"
@@ -44,7 +44,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
- │ └── name: "foo"
+ │ └── name: :foo
├── statements:
│ @ StatementsNode (location: (3,11)-(3,15))
│ └── body: (length: 1)
@@ -57,5 +57,5 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
- │ └── name: "meth"
+ │ └── name: :meth
└── flags: ∅