[type]
Lexer

[grammar]
lexer grammar L;
LF : '\\u000A';
X  : 'x';

[input]
"""x
"""

[output]
[@0,0:0='x',<2>,1:0]
[@1,1:1='\n',<1>,1:1]
[@2,2:1='<EOF>',<-1>,2:0]
