summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-24 09:07:32 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-24 09:07:32 -0500
commitcbea715bef497c3f1ecccf3be00c63755c6a5f2e (patch)
treea44040cd9b8d02b7a42bc18febd860c81c8d94ca /test
parent9b82bd0761afe0bf05040460137b68a2555c4eda (diff)
downloadply-cbea715bef497c3f1ecccf3be00c63755c6a5f2e.tar.gz
Fixed potential package problems with lextab and parsetab files
Diffstat (limited to 'test')
-rw-r--r--test/lex_optimize3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lex_optimize3.py b/test/lex_optimize3.py
index c6c8cce..b8df5aa 100644
--- a/test/lex_optimize3.py
+++ b/test/lex_optimize3.py
@@ -45,7 +45,7 @@ def t_error(t):
t.lexer.skip(1)
# Build the lexer
-lex.lex(optimize=1,lextab="lexdir.sub.calctab",outputdir="lexdir/sub")
+lex.lex(optimize=1,lextab="lexdir.sub.calctab" ,outputdir="lexdir/sub")
lex.runmain(data="3+4")