summaryrefslogtreecommitdiff
path: root/ext/ply/test/lex_state5.exp
blob: 8eeae56416d9f57c24e493d48e12e342cfdaa2ff (plain)
1
2
3
4
5
6
7
lex: state 'comment' already defined.
Traceback (most recent call last):
  File "./lex_state5.py", line 40, in <module>
    lex.lex()
  File "../ply/lex.py", line 759, in lex
    raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.