Open GrahamCampbell opened 1 year ago
Hello, {{foo}
is an invalid template, and should result in a parse error (according to the official implementation), however it does not.
Example that does result in a parse error:
{{foo}
I've prepared a failing test case for this: https://github.com/kalimatas/php-liquid/pull/200.
is an invalid template, and should result in a parse error (according to the official implementation), however it does not.
Example that does result in a parse error: