summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/not_masgn__24.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/whitequark/not_masgn__24.txt
parent922f48f08158332c8cf94ad37f9e307f80200bf9 (diff)
[ruby/prism] Rename to lefts/rights
https://github.com/ruby/prism/commit/e6deed05a5
Diffstat (limited to 'test/prism/snapshots/whitequark/not_masgn__24.txt')
-rw-r--r--test/prism/snapshots/whitequark/not_masgn__24.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/not_masgn__24.txt b/test/prism/snapshots/whitequark/not_masgn__24.txt
index afe5bc341c..59fea27a14 100644
--- a/test/prism/snapshots/whitequark/not_masgn__24.txt
+++ b/test/prism/snapshots/whitequark/not_masgn__24.txt
@@ -10,7 +10,7 @@
│ │ @ StatementsNode (location: (1,2)-(1,12))
│ │ └── body: (length: 1)
│ │ └── @ MultiWriteNode (location: (1,2)-(1,12))
- │ │ ├── requireds: (length: 2)
+ │ │ ├── lefts: (length: 2)
│ │ │ ├── @ LocalVariableTargetNode (location: (1,2)-(1,3))
│ │ │ │ ├── name: :a
│ │ │ │ └── depth: 0
@@ -18,7 +18,7 @@
│ │ │ ├── name: :b
│ │ │ └── depth: 0
│ │ ├── rest: ∅
- │ │ ├── posts: (length: 0)
+ │ │ ├── rights: (length: 0)
│ │ ├── lparen_loc: ∅
│ │ ├── rparen_loc: ∅
│ │ ├── operator_loc: (1,7)-(1,8) = "="