What happened?
{% comment %}
dsafsf
fdsafs'fdfd
{% endcomment %}
this is ok
{% liquid
comment
fdsfsd
endcomment
echo 'ttt'
%}
this is error
or is add comment in liquidtag parse
if "'" include in between comment and endcomment,is also error,example:
{% liquid
comment
it's a comment
endcomment
echo 'ttt'
%}
becouse it contain char ',it is error
How to reproduce the bug
no
Package Version
0.9
PHP Version
8.2.3
Which operating systems does with happen with?
No response
Notes
No response
What happened?
{% comment %}
dsafsf
fdsafs'fdfd
{% endcomment %}
this is ok
{% liquid
comment
fdsfsd
endcomment
echo 'ttt'
%}
this is error
or is add comment in liquidtag parse
if "'" include in between comment and endcomment,is also error,example:
{% liquid
comment
it's a comment
endcomment
echo 'ttt'
%}
becouse it contain char ',it is error
How to reproduce the bug
no
Package Version
0.9
PHP Version
8.2.3
Which operating systems does with happen with?
No response
Notes
No response