summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt')
-rw-r--r--test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt b/test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
new file mode 100644
index 0000000000..1e429335d0
--- /dev/null
+++ b/test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
@@ -0,0 +1,11 @@
+[1, 2] => a, b; a
+
+[1, 2] in a, b; a
+
+{a: 1} => a:; a
+
+{a: 1} in a:; a
+
+{key: :value} => key: value; value
+
+{key: :value} in key: value; value