summaryrefslogtreecommitdiff
path: root/test/prism/errors
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/errors')
-rw-r--r--test/prism/errors/pattern_arithmetic_expressions.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/errors/pattern_arithmetic_expressions.txt b/test/prism/errors/pattern_arithmetic_expressions.txt
new file mode 100644
index 0000000000..cfb3650531
--- /dev/null
+++ b/test/prism/errors/pattern_arithmetic_expressions.txt
@@ -0,0 +1,3 @@
+case 1; in -1**2; end
+ ^~~~~ expected a pattern expression after the `in` keyword
+