summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/bug_466.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/bug_466.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/whitequark/bug_466.txt')
-rw-r--r--test/prism/snapshots/whitequark/bug_466.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/prism/snapshots/whitequark/bug_466.txt b/test/prism/snapshots/whitequark/bug_466.txt
index f69841c32d..f39c510a67 100644
--- a/test/prism/snapshots/whitequark/bug_466.txt
+++ b/test/prism/snapshots/whitequark/bug_466.txt
@@ -40,7 +40,7 @@
│ │ │ │ │ ├── closing_loc: ∅
│ │ │ │ │ ├── block: ∅
│ │ │ │ │ ├── flags: ∅
- │ │ │ │ │ └── name: "+"
+ │ │ │ │ │ └── name: :+
│ │ │ │ ├── opening_loc: (1,7)-(1,8) = "("
│ │ │ │ └── closing_loc: (1,11)-(1,12) = ")"
│ │ │ ├── call_operator_loc: (1,12)-(1,13) = "."
@@ -50,7 +50,7 @@
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
│ │ │ ├── flags: ∅
- │ │ │ └── name: "to_i"
+ │ │ │ └── name: :to_i
│ │ └── closing_loc: (1,17)-(1,18) = "}"
│ └── closing_loc: (1,18)-(1,19) = "\""
├── closing_loc: ∅
@@ -62,4 +62,4 @@
│ ├── opening_loc: (1,20)-(1,22) = "do"
│ └── closing_loc: (1,24)-(1,27) = "end"
├── flags: ∅
- └── name: "foo"
+ └── name: :foo