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