summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_badargs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_badargs.exp')
-rw-r--r--ext/ply/test/yacc_badargs.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ply/test/yacc_badargs.exp b/ext/ply/test/yacc_badargs.exp
new file mode 100644
index 000000000..b145c51f2
--- /dev/null
+++ b/ext/ply/test/yacc_badargs.exp
@@ -0,0 +1,3 @@
+./yacc_badargs.py:21: Rule 'p_statement_assign' has too many arguments.
+./yacc_badargs.py:25: Rule 'p_statement_expr' requires an argument.
+yacc.YaccError: Unable to construct parser.