aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/fixtures/whitequark/args_assocs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/whitequark/args_assocs.txt')
-rw-r--r--test/prism/fixtures/whitequark/args_assocs.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/prism/fixtures/whitequark/args_assocs.txt b/test/prism/fixtures/whitequark/args_assocs.txt
new file mode 100644
index 0000000000..b33e131181
--- /dev/null
+++ b/test/prism/fixtures/whitequark/args_assocs.txt
@@ -0,0 +1,11 @@
+fun(:foo => 1)
+
+fun(:foo => 1, &baz)
+
+self.[]= foo, :a => 1
+
+self[:bar => 1]
+
+super(:foo => 42)
+
+yield(:foo => 42)