Closed ggmichaelgo closed 2 weeks ago
With the new Lexer parser, we weren't capturing the entire UTF-8 character in the error message.
Lexer
Example:
Lexer.new("1 < 1Ø").tokenize
Liquid syntax error: Unexpected character \xC3
With the new
Lexer
parser, we weren't capturing the entire UTF-8 character in the error message.Example: