1 2 3 4 5 6
lexer grammar T; Error0: '''test'''; Error1: '' 'test'; Error2: 'test' ''; Error3: ''; NotError: ' ';