summaryrefslogtreecommitdiff
path: root/test/lex_ignore.exp
blob: fdcf61a466f7e9b7838d52d82014673a5cbddab7 (plain)
1
2
3
4
5
6
7
./lex_ignore.py:20: Rule 't_ignore' must be defined as a string.
Traceback (most recent call last):
  File "./lex_ignore.py", line 29, in <module>
    lex.lex()
  File "../ply/lex.py", line 772, in lex
    raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.