summaryrefslogtreecommitdiff
path: root/ext/ply/test/lex_state_norule.exp
blob: 7097d2a3ad33af14dee93a99cc5e15d43d5dfd9f (plain)
1
2
3
4
5
6
7
lex: No rules defined for state 'example'
Traceback (most recent call last):
  File "./lex_state_norule.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.