summaryrefslogtreecommitdiff
path: root/ext/ply/test/lex_state_try.exp
blob: 11768b89354d45be91d4324ddf44827e0d64b7cd (plain)
1
2
3
4
5
6
7
(NUMBER,'3',1,0)
(PLUS,'+',1,2)
(NUMBER,'4',1,4)
Entering comment state
comment body LexToken(body_part,'This is a comment */',1,9)
(PLUS,'+',1,30)
(NUMBER,'10',1,32)