summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/test/yacc_badrule.exp
diff options
context:
space:
mode:
Diffstat (limited to 'chall/ply-2.2/test/yacc_badrule.exp')
-rw-r--r--chall/ply-2.2/test/yacc_badrule.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chall/ply-2.2/test/yacc_badrule.exp b/chall/ply-2.2/test/yacc_badrule.exp
new file mode 100644
index 0000000..a87bf7d
--- /dev/null
+++ b/chall/ply-2.2/test/yacc_badrule.exp
@@ -0,0 +1,5 @@
+./yacc_badrule.py:25: Syntax error. Expected ':'
+./yacc_badrule.py:29: Syntax error in rule 'statement'
+./yacc_badrule.py:34: Syntax error. Expected ':'
+./yacc_badrule.py:43: Syntax error. Expected ':'
+ply.yacc.YaccError: Unable to construct parser.