summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/send_unary_op.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/send_unary_op.txt')
-rw-r--r--test/prism/snapshots/whitequark/send_unary_op.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/prism/snapshots/whitequark/send_unary_op.txt b/test/prism/snapshots/whitequark/send_unary_op.txt
index 9e850fe2bf..5029e64bd9 100644
--- a/test/prism/snapshots/whitequark/send_unary_op.txt
+++ b/test/prism/snapshots/whitequark/send_unary_op.txt
@@ -8,58 +8,58 @@
│ │ @ CallNode (location: (1,1)-(1,4))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
+ │ │ ├── name: :foo
│ │ ├── message_loc: (1,1)-(1,4) = "foo"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
- │ │ ├── flags: variable_call
- │ │ └── name: :foo
+ │ │ └── flags: variable_call
│ ├── call_operator_loc: ∅
+ │ ├── name: :+@
│ ├── message_loc: (1,0)-(1,1) = "+"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
- │ ├── flags: ∅
- │ └── name: :+@
+ │ └── flags: ∅
├── @ CallNode (location: (3,0)-(3,4))
│ ├── receiver:
│ │ @ CallNode (location: (3,1)-(3,4))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
+ │ │ ├── name: :foo
│ │ ├── message_loc: (3,1)-(3,4) = "foo"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
- │ │ ├── flags: variable_call
- │ │ └── name: :foo
+ │ │ └── flags: variable_call
│ ├── call_operator_loc: ∅
+ │ ├── name: :-@
│ ├── message_loc: (3,0)-(3,1) = "-"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
- │ ├── flags: ∅
- │ └── name: :-@
+ │ └── flags: ∅
└── @ CallNode (location: (5,0)-(5,4))
├── receiver:
│ @ CallNode (location: (5,1)-(5,4))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
+ │ ├── name: :foo
│ ├── message_loc: (5,1)-(5,4) = "foo"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
- │ ├── flags: variable_call
- │ └── name: :foo
+ │ └── flags: variable_call
├── call_operator_loc: ∅
+ ├── name: :~
├── message_loc: (5,0)-(5,1) = "~"
├── opening_loc: ∅
├── arguments: ∅
├── closing_loc: ∅
├── block: ∅
- ├── flags: ∅
- └── name: :~
+ └── flags: ∅