summaryrefslogtreecommitdiff
path: root/ext/ply/test/yacc_dup.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/test/yacc_dup.exp')
-rw-r--r--ext/ply/test/yacc_dup.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ply/test/yacc_dup.exp b/ext/ply/test/yacc_dup.exp
new file mode 100644
index 000000000..99f3fe22c
--- /dev/null
+++ b/ext/ply/test/yacc_dup.exp
@@ -0,0 +1,4 @@
+./yacc_dup.py:25: Function p_statement redefined. Previously defined on line 21
+yacc: Warning. Token 'EQUALS' defined, but not used.
+yacc: Warning. There is 1 unused token.
+yacc: Generating SLR parsing table...