summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/unparser/corpus/semantic/and.txt
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-11-20 17:43:26 +0100
committergit <svn-admin@ruby-lang.org>2023-11-22 12:15:20 +0000
commit018e6abf8509c7de2a8efb49741d594b15f49fbf (patch)
tree73063cfd93412f02dbeb4981eabb73c84160be83 /test/prism/snapshots/unparser/corpus/semantic/and.txt
parentea60bf912caa3ea193b7673b59b0113c1e708609 (diff)
[ruby/prism] Move CallNode#name field between receiver and arguments
* The same order as in source code. * CallOrWriteNode, CallOperatorWriteNode, CallAndWriteNode already have the correct order so it was also inconsistent with them. https://github.com/ruby/prism/commit/4434e4bc22
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/semantic/and.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/and.txt64
1 files changed, 32 insertions, 32 deletions
diff --git a/test/prism/snapshots/unparser/corpus/semantic/and.txt b/test/prism/snapshots/unparser/corpus/semantic/and.txt
index eb780a73de..51ef6ff0a4 100644
--- a/test/prism/snapshots/unparser/corpus/semantic/and.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/and.txt
@@ -10,24 +10,24 @@
│ │ │ @ CallNode (location: (1,0)-(1,1))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :a
│ │ │ ├── message_loc: (1,0)-(1,1) = "a"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :a
+ │ │ │ └── flags: variable_call
│ │ ├── right:
│ │ │ @ CallNode (location: (1,4)-(1,5))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :b
│ │ │ ├── message_loc: (1,4)-(1,5) = "b"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :b
+ │ │ │ └── flags: variable_call
│ │ ├── operator_loc: (1,1)-(1,4) = "..."
│ │ └── flags: exclude_end
│ ├── right:
@@ -36,24 +36,24 @@
│ │ │ @ CallNode (location: (1,9)-(1,10))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :c
│ │ │ ├── message_loc: (1,9)-(1,10) = "c"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :c
+ │ │ │ └── flags: variable_call
│ │ ├── right:
│ │ │ @ CallNode (location: (1,13)-(1,14))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :d
│ │ │ ├── message_loc: (1,13)-(1,14) = "d"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :d
+ │ │ │ └── flags: variable_call
│ │ ├── operator_loc: (1,10)-(1,13) = "..."
│ │ └── flags: exclude_end
│ └── operator_loc: (1,6)-(1,8) = "or"
@@ -64,24 +64,24 @@
│ │ │ @ CallNode (location: (2,0)-(2,1))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :a
│ │ │ ├── message_loc: (2,0)-(2,1) = "a"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :a
+ │ │ │ └── flags: variable_call
│ │ ├── right:
│ │ │ @ CallNode (location: (2,4)-(2,5))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :b
│ │ │ ├── message_loc: (2,4)-(2,5) = "b"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :b
+ │ │ │ └── flags: variable_call
│ │ ├── operator_loc: (2,1)-(2,4) = "..."
│ │ └── flags: exclude_end
│ ├── right:
@@ -90,24 +90,24 @@
│ │ │ @ CallNode (location: (2,10)-(2,11))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :c
│ │ │ ├── message_loc: (2,10)-(2,11) = "c"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :c
+ │ │ │ └── flags: variable_call
│ │ ├── right:
│ │ │ @ CallNode (location: (2,14)-(2,15))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :d
│ │ │ ├── message_loc: (2,14)-(2,15) = "d"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :d
+ │ │ │ └── flags: variable_call
│ │ ├── operator_loc: (2,11)-(2,14) = "..."
│ │ └── flags: exclude_end
│ └── operator_loc: (2,6)-(2,9) = "and"
@@ -121,24 +121,24 @@
│ │ │ │ @ CallNode (location: (4,3)-(4,4))
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
+ │ │ │ │ ├── name: :a
│ │ │ │ ├── message_loc: (4,3)-(4,4) = "a"
│ │ │ │ ├── opening_loc: ∅
│ │ │ │ ├── arguments: ∅
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
- │ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: :a
+ │ │ │ │ └── flags: variable_call
│ │ │ ├── right:
│ │ │ │ @ CallNode (location: (4,7)-(4,8))
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
+ │ │ │ │ ├── name: :b
│ │ │ │ ├── message_loc: (4,7)-(4,8) = "b"
│ │ │ │ ├── opening_loc: ∅
│ │ │ │ ├── arguments: ∅
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
- │ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: :b
+ │ │ │ │ └── flags: variable_call
│ │ │ ├── operator_loc: (4,4)-(4,7) = "..."
│ │ │ └── flags: exclude_end
│ │ ├── right:
@@ -147,24 +147,24 @@
│ │ │ │ @ CallNode (location: (4,12)-(4,13))
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
+ │ │ │ │ ├── name: :c
│ │ │ │ ├── message_loc: (4,12)-(4,13) = "c"
│ │ │ │ ├── opening_loc: ∅
│ │ │ │ ├── arguments: ∅
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
- │ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: :c
+ │ │ │ │ └── flags: variable_call
│ │ │ ├── right:
│ │ │ │ @ CallNode (location: (4,16)-(4,17))
│ │ │ │ ├── receiver: ∅
│ │ │ │ ├── call_operator_loc: ∅
+ │ │ │ │ ├── name: :d
│ │ │ │ ├── message_loc: (4,16)-(4,17) = "d"
│ │ │ │ ├── opening_loc: ∅
│ │ │ │ ├── arguments: ∅
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
- │ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: :d
+ │ │ │ │ └── flags: variable_call
│ │ │ ├── operator_loc: (4,13)-(4,16) = "..."
│ │ │ └── flags: exclude_end
│ │ └── operator_loc: (4,9)-(4,11) = "or"
@@ -182,24 +182,24 @@
│ │ │ @ CallNode (location: (7,3)-(7,4))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :a
│ │ │ ├── message_loc: (7,3)-(7,4) = "a"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :a
+ │ │ │ └── flags: variable_call
│ │ ├── right:
│ │ │ @ CallNode (location: (7,7)-(7,8))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :b
│ │ │ ├── message_loc: (7,7)-(7,8) = "b"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :b
+ │ │ │ └── flags: variable_call
│ │ ├── operator_loc: (7,4)-(7,7) = "..."
│ │ └── flags: exclude_end
│ ├── right:
@@ -208,24 +208,24 @@
│ │ │ @ CallNode (location: (7,13)-(7,14))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :c
│ │ │ ├── message_loc: (7,13)-(7,14) = "c"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :c
+ │ │ │ └── flags: variable_call
│ │ ├── right:
│ │ │ @ CallNode (location: (7,17)-(7,18))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :d
│ │ │ ├── message_loc: (7,17)-(7,18) = "d"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :d
+ │ │ │ └── flags: variable_call
│ │ ├── operator_loc: (7,14)-(7,17) = "..."
│ │ └── flags: exclude_end
│ └── operator_loc: (7,9)-(7,12) = "and"