[type]
Lexer

[grammar]
lexer grammar L;
QUOTE : '"' ; // make sure this compiles

[input]
"

[output]
[@0,0:0='"',<1>,1:0]
[@1,1:0='<EOF>',<-1>,1:1]

