summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/unparser/corpus/literal/class.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/unparser/corpus/literal/class.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/literal/class.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/class.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/prism/snapshots/unparser/corpus/literal/class.txt b/test/prism/snapshots/unparser/corpus/literal/class.txt
index 9e67bd753a..f2c88b7241 100644
--- a/test/prism/snapshots/unparser/corpus/literal/class.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/class.txt
@@ -28,7 +28,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "a"
+ │ │ └── name: :a
│ ├── body: ∅
│ └── end_keyword_loc: (5,0)-(5,3) = "end"
├── @ SingletonClassNode (location: (7,0)-(9,3))
@@ -45,7 +45,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "a"
+ │ │ └── name: :a
│ ├── body:
│ │ @ StatementsNode (location: (8,2)-(8,3))
│ │ └── body: (length: 1)
@@ -58,7 +58,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "b"
+ │ │ └── name: :b
│ └── end_keyword_loc: (9,0)-(9,3) = "end"
├── @ ClassNode (location: (11,0)-(12,3))
│ ├── locals: []
@@ -187,11 +187,11 @@
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
│ │ │ │ ├── flags: ∅
- │ │ │ │ └── name: "new"
+ │ │ │ │ └── name: :new
│ │ │ ├── closing_loc: (27,15)-(27,16) = ")"
│ │ │ ├── block: ∅
│ │ │ ├── flags: ∅
- │ │ │ └── name: "include"
+ │ │ │ └── name: :include
│ │ └── @ DefNode (location: (29,2)-(31,5))
│ │ ├── name: :foo
│ │ ├── name_loc: (29,6)-(29,9) = "foo"