
org.antlr.v4.test.runtime.templates.LexerExec.UnicodeCharSet.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime-testsuite Show documentation
Show all versions of runtime-testsuite Show documentation
A collection of tests for ANTLR 4 Runtime libraries.
The newest version!
// Regression test for antlr/antlr4#1925
TestType() ::= "Lexer"
Grammar ::= [
"L": {}
]
Input() ::= "均"
Output() ::= <<
[@0,0:0='均',\<1>,1:0]
[@1,1:0='\',\<-1>,1:1]<\n>
>>
Errors() ::= ""
grammar(grammarName) ::= <<
lexer grammar ;
ID : ([A-Z_]|'Ā'..'�') ([A-Z_0-9]|'Ā'..'�')*;
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy