summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-26 14:56:21 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 14:59:13 -0400
commit018f0a9c5fda185f91edf3da797b9e1b1df14706 (patch)
tree591c41b2e28cd638307247af7d13405b68275eb1 /test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
parent922f48f08158332c8cf94ad37f9e307f80200bf9 (diff)
[ruby/prism] Rename to lefts/rights
https://github.com/ruby/prism/commit/e6deed05a5
Diffstat (limited to 'test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt')
-rw-r--r--test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt b/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
index fa294367fd..67439e5e53 100644
--- a/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
@@ -19,7 +19,7 @@
│ │ │ @ ParametersNode (location: (1,5)-(1,15))
│ │ │ ├── requireds: (length: 1)
│ │ │ │ └── @ MultiTargetNode (location: (1,5)-(1,15))
- │ │ │ │ ├── requireds: (length: 1)
+ │ │ │ │ ├── lefts: (length: 1)
│ │ │ │ │ └── @ RequiredParameterNode (location: (1,6)-(1,7))
│ │ │ │ │ └── name: :a
│ │ │ │ ├── rest:
@@ -28,7 +28,7 @@
│ │ │ │ │ └── expression:
│ │ │ │ │ @ RequiredParameterNode (location: (1,10)-(1,11))
│ │ │ │ │ └── name: :b
- │ │ │ │ ├── posts: (length: 1)
+ │ │ │ │ ├── rights: (length: 1)
│ │ │ │ │ └── @ RequiredParameterNode (location: (1,13)-(1,14))
│ │ │ │ │ └── name: :c
│ │ │ │ ├── lparen_loc: (1,5)-(1,6) = "("