summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/args.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-24 12:42:16 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 15:19:52 -0400
commit21dc64534b841ed905e7ea0806e125de13e2f250 (patch)
tree7e17aa90a7d2c818d5c3963c85894fa845b1e7e8 /test/prism/snapshots/whitequark/args.txt
parentd1bb858d476446ab82e6caa29c061a0da734c8eb (diff)
[ruby/prism] Regenerate snapshots
https://github.com/ruby/prism/commit/160df9a687
Diffstat (limited to 'test/prism/snapshots/whitequark/args.txt')
-rw-r--r--test/prism/snapshots/whitequark/args.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/args.txt b/test/prism/snapshots/whitequark/args.txt
index 3e20260009..1568396d9a 100644
--- a/test/prism/snapshots/whitequark/args.txt
+++ b/test/prism/snapshots/whitequark/args.txt
@@ -469,14 +469,14 @@
│ │ ├── optionals: (length: 0)
│ │ ├── rest:
│ │ │ @ RestParameterNode (location: (29,6)-(29,7))
- │ │ │ ├── name: nil
+ │ │ │ ├── name: ∅
│ │ │ ├── name_loc: ∅
│ │ │ └── operator_loc: (29,6)-(29,7) = "*"
│ │ ├── posts: (length: 0)
│ │ ├── keywords: (length: 0)
│ │ ├── keyword_rest:
│ │ │ @ KeywordRestParameterNode (location: (29,9)-(29,11))
- │ │ │ ├── name: nil
+ │ │ │ ├── name: ∅
│ │ │ ├── name_loc: ∅
│ │ │ └── operator_loc: (29,9)-(29,11) = "**"
│ │ └── block: ∅