summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/parse_while_not_canonical.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/parse_while_not_canonical.txt
parentb6390a21eb7f316341bb7bf669a15dc321aa5239 (diff)
Sync with prism CallNode#name changes
* https://github.com/ruby/prism/pull/1533
Diffstat (limited to 'test/prism/snapshots/seattlerb/parse_while_not_canonical.txt')
-rw-r--r--test/prism/snapshots/seattlerb/parse_while_not_canonical.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/prism/snapshots/seattlerb/parse_while_not_canonical.txt b/test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
index d96f4018d7..783c87750a 100644
--- a/test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
@@ -20,7 +20,7 @@
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
│ │ │ ├── flags: variable_call
- │ │ │ └── name: "var"
+ │ │ │ └── name: :var
│ │ ├── call_operator_loc: (1,13)-(1,14) = "."
│ │ ├── message_loc: (1,14)-(1,18) = "nil?"
│ │ ├── opening_loc: ∅
@@ -28,7 +28,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: ∅
- │ │ └── name: "nil?"
+ │ │ └── name: :nil?
│ ├── call_operator_loc: ∅
│ ├── message_loc: (1,6)-(1,9) = "not"
│ ├── opening_loc: ∅
@@ -36,7 +36,7 @@
│ ├── closing_loc: ∅
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "!"
+ │ └── name: :!
├── statements:
│ @ StatementsNode (location: (2,2)-(2,7))
│ └── body: (length: 1)