summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.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/seattlerb/block_call_paren_call_block_call.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt')
-rw-r--r--test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt b/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt
index ec75ca056a..8143f2ac8e 100644
--- a/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt
+++ b/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt
@@ -24,13 +24,13 @@
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
│ │ │ ├── flags: variable_call
- │ │ │ └── name: "b"
+ │ │ │ └── name: :b
│ │ ├── opening_loc: (1,2)-(1,3) = "("
│ │ └── closing_loc: (1,4)-(1,5) = ")"
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "a"
+ │ └── name: :a
└── @ CallNode (location: (2,0)-(2,10))
├── receiver:
│ @ CallNode (location: (2,0)-(2,1))
@@ -42,7 +42,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: variable_call
- │ └── name: "c"
+ │ └── name: :c
├── call_operator_loc: (2,1)-(2,2) = "."
├── message_loc: (2,2)-(2,3) = "d"
├── opening_loc: ∅
@@ -56,4 +56,4 @@
│ ├── opening_loc: (2,4)-(2,6) = "do"
│ └── closing_loc: (2,7)-(2,10) = "end"
├── flags: ∅
- └── name: "d"
+ └── name: :d