summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/test/lex_state2.exp
blob: 11c33a7b92e20bd39297ce5b054dfd451defca04 (plain) (blame)
1
2
3
4
5
6
7
8
lex: invalid state specifier 'comment'. Must be a tuple (statename,'exclusive|inclusive')
lex: invalid state specifier 'example'. Must be a tuple (statename,'exclusive|inclusive')
Traceback (most recent call last):
  File "./lex_state2.py", line 38, in ?
    lex.lex()
  File "../ply/lex.py", line 758, in lex
    raise SyntaxError,"lex: Unable to build lexer."
SyntaxError: lex: Unable to build lexer.