summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/unparser/corpus/literal/defined.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-23 12:06:21 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 14:58:48 -0400
commit234e8fb819f0fc1d6f05a02976ae1c01e6cace2d (patch)
tree8791c06496005aa0b190445ecedd48725204416a /test/prism/snapshots/unparser/corpus/literal/defined.txt
parent7e4ee92de225473d3ad3ac8d0a27bd02a2905738 (diff)
[ruby/prism] Split up multi target/write targets
https://github.com/ruby/prism/commit/dda7a0da52
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/literal/defined.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/defined.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/prism/snapshots/unparser/corpus/literal/defined.txt b/test/prism/snapshots/unparser/corpus/literal/defined.txt
index ffa9bfbba8..304460b0b9 100644
--- a/test/prism/snapshots/unparser/corpus/literal/defined.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/defined.txt
@@ -25,13 +25,15 @@
│ │ @ StatementsNode (location: (3,10)-(3,25))
│ │ └── body: (length: 1)
│ │ └── @ MultiWriteNode (location: (3,10)-(3,25))
- │ │ ├── targets: (length: 2)
+ │ │ ├── requireds: (length: 2)
│ │ │ ├── @ LocalVariableTargetNode (location: (3,11)-(3,12))
│ │ │ │ ├── name: :a
│ │ │ │ └── depth: 0
│ │ │ └── @ LocalVariableTargetNode (location: (3,14)-(3,15))
│ │ │ ├── name: :b
│ │ │ └── depth: 0
+ │ │ ├── rest: ∅
+ │ │ ├── posts: (length: 0)
│ │ ├── lparen_loc: (3,10)-(3,11) = "("
│ │ ├── rparen_loc: (3,15)-(3,16) = ")"
│ │ ├── operator_loc: (3,17)-(3,18) = "="