Does Liquid handle e.g. `"a\"b\\c"` and `'a\'b\\c'`? If so, implement them. Does Liquid handle newline, unicode and other escapes? If so, implement those too. The lexer could use JSON.Unmarshall on strings that contain `\\`
Does Liquid handle e.g.
"a\"b\\c"and'a\'b\\c'? If so, implement them.Does Liquid handle newline, unicode and other escapes? If so, implement those too.
The lexer could use JSON.Unmarshall on strings that contain
\\