summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/send_plain_cmd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/send_plain_cmd.txt')
-rw-r--r--test/prism/snapshots/whitequark/send_plain_cmd.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/test/prism/snapshots/whitequark/send_plain_cmd.txt b/test/prism/snapshots/whitequark/send_plain_cmd.txt
index 8a1198d641..35c8591e2a 100644
--- a/test/prism/snapshots/whitequark/send_plain_cmd.txt
+++ b/test/prism/snapshots/whitequark/send_plain_cmd.txt
@@ -8,14 +8,15 @@
│ │ @ CallNode (location: (1,0)-(1,3))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
+ │ │ ├── name: :foo
│ │ ├── message_loc: (1,0)-(1,3) = "foo"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
- │ │ ├── flags: variable_call
- │ │ └── name: :foo
+ │ │ └── flags: variable_call
│ ├── call_operator_loc: (1,3)-(1,4) = "."
+ │ ├── name: :fun
│ ├── message_loc: (1,4)-(1,7) = "fun"
│ ├── opening_loc: ∅
│ ├── arguments:
@@ -24,31 +25,31 @@
│ │ │ └── @ CallNode (location: (1,8)-(1,11))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :bar
│ │ │ ├── message_loc: (1,8)-(1,11) = "bar"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :bar
+ │ │ │ └── flags: variable_call
│ │ └── flags: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
- │ ├── flags: ∅
- │ └── name: :fun
+ │ └── flags: ∅
├── @ CallNode (location: (3,0)-(3,12))
│ ├── receiver:
│ │ @ CallNode (location: (3,0)-(3,3))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
+ │ │ ├── name: :foo
│ │ ├── message_loc: (3,0)-(3,3) = "foo"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
- │ │ ├── flags: variable_call
- │ │ └── name: :foo
+ │ │ └── flags: variable_call
│ ├── call_operator_loc: (3,3)-(3,5) = "::"
+ │ ├── name: :Fun
│ ├── message_loc: (3,5)-(3,8) = "Fun"
│ ├── opening_loc: ∅
│ ├── arguments:
@@ -57,31 +58,31 @@
│ │ │ └── @ CallNode (location: (3,9)-(3,12))
│ │ │ ├── receiver: ∅
│ │ │ ├── call_operator_loc: ∅
+ │ │ │ ├── name: :bar
│ │ │ ├── message_loc: (3,9)-(3,12) = "bar"
│ │ │ ├── opening_loc: ∅
│ │ │ ├── arguments: ∅
│ │ │ ├── closing_loc: ∅
│ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: :bar
+ │ │ │ └── flags: variable_call
│ │ └── flags: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
- │ ├── flags: ∅
- │ └── name: :Fun
+ │ └── flags: ∅
└── @ CallNode (location: (5,0)-(5,12))
├── receiver:
│ @ CallNode (location: (5,0)-(5,3))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
+ │ ├── name: :foo
│ ├── message_loc: (5,0)-(5,3) = "foo"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block: ∅
- │ ├── flags: variable_call
- │ └── name: :foo
+ │ └── flags: variable_call
├── call_operator_loc: (5,3)-(5,5) = "::"
+ ├── name: :fun
├── message_loc: (5,5)-(5,8) = "fun"
├── opening_loc: ∅
├── arguments:
@@ -90,15 +91,14 @@
│ │ └── @ CallNode (location: (5,9)-(5,12))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
+ │ │ ├── name: :bar
│ │ ├── message_loc: (5,9)-(5,12) = "bar"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
- │ │ ├── flags: variable_call
- │ │ └── name: :bar
+ │ │ └── flags: variable_call
│ └── flags: ∅
├── closing_loc: ∅
├── block: ∅
- ├── flags: ∅
- └── name: :fun
+ └── flags: ∅