diff options
author | David Beazley <dave@dabeaz.com> | 2008-05-29 14:00:14 +0000 |
---|---|---|
committer | David Beazley <dave@dabeaz.com> | 2008-05-29 14:00:14 +0000 |
commit | 3d91085e98cd5d2ddd3822793ab33bbad8287f5c (patch) | |
tree | 81d1988b5dec2f2b51c465527a3fe103847808b0 /test/lex_token5.exp | |
parent | 912137883ba0ec6e0f0390c9664a7918ee529c14 (diff) | |
download | ply-3d91085e98cd5d2ddd3822793ab33bbad8287f5c.tar.gz |
Revamped testing framework
Diffstat (limited to 'test/lex_token5.exp')
-rw-r--r-- | test/lex_token5.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lex_token5.exp b/test/lex_token5.exp deleted file mode 100644 index 2f03889..0000000 --- a/test/lex_token5.exp +++ /dev/null @@ -1 +0,0 @@ -ply.lex.LexError: ./lex_token5.py:19: Rule 't_NUMBER' returned an unknown token type 'NUM' |