aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/cond_begin_masgn.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_begin_masgn.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
downloadruby-87dad067e03f98df7a64d4ce555e1213847e8dbb.tar.gz
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/whitequark/cond_begin_masgn.txt')
-rw-r--r--test/prism/snapshots/whitequark/cond_begin_masgn.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/cond_begin_masgn.txt b/test/prism/snapshots/whitequark/cond_begin_masgn.txt
index 9ec167665e..e30a3989f4 100644
--- a/test/prism/snapshots/whitequark/cond_begin_masgn.txt
+++ b/test/prism/snapshots/whitequark/cond_begin_masgn.txt
@@ -19,7 +19,7 @@
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
│ │ │ ├── flags: variable_call
- │ │ │ └── name: "bar"
+ │ │ │ └── name: :bar
│ │ └── @ MultiWriteNode (location: (1,9)-(1,19))
│ │ ├── targets: (length: 2)
│ │ │ ├── @ LocalVariableTargetNode (location: (1,9)-(1,10))
@@ -41,7 +41,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "foo"
+ │ │ └── name: :foo
│ ├── opening_loc: (1,3)-(1,4) = "("
│ └── closing_loc: (1,19)-(1,20) = ")"
├── statements: ∅