summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/call_arg_assoc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/call_arg_assoc.txt')
-rw-r--r--test/prism/snapshots/seattlerb/call_arg_assoc.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/test/prism/snapshots/seattlerb/call_arg_assoc.txt b/test/prism/snapshots/seattlerb/call_arg_assoc.txt
deleted file mode 100644
index 27c19fd339..0000000000
--- a/test/prism/snapshots/seattlerb/call_arg_assoc.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,10))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,10))
- └── body: (length: 1)
- └── @ CallNode (location: (1,0)-(1,10))
- ├── flags: ignore_visibility
- ├── receiver: ∅
- ├── call_operator_loc: ∅
- ├── name: :f
- ├── message_loc: (1,0)-(1,1) = "f"
- ├── opening_loc: (1,1)-(1,2) = "("
- ├── arguments:
- │ @ ArgumentsNode (location: (1,2)-(1,9))
- │ ├── flags: ∅
- │ └── arguments: (length: 2)
- │ ├── @ IntegerNode (location: (1,2)-(1,3))
- │ │ ├── flags: decimal
- │ │ └── value: 1
- │ └── @ KeywordHashNode (location: (1,5)-(1,9))
- │ ├── flags: ∅
- │ └── elements: (length: 1)
- │ └── @ AssocNode (location: (1,5)-(1,9))
- │ ├── key:
- │ │ @ IntegerNode (location: (1,5)-(1,6))
- │ │ ├── flags: decimal
- │ │ └── value: 2
- │ ├── value:
- │ │ @ IntegerNode (location: (1,8)-(1,9))
- │ │ ├── flags: decimal
- │ │ └── value: 3
- │ └── operator_loc: (1,6)-(1,8) = "=>"
- ├── closing_loc: (1,9)-(1,10) = ")"
- └── block: ∅