Closed ggmichaelgo closed 11 months ago
https://github.com/Shopify/liquid/pull/1755 introduced a whitespace control bug to comment tag parsing.
comment
The comment tag is now updated to update the parse_context.trim_whitespace when it recognises a whitespace control character like the raw tag.
parse_context.trim_whitespace
What are you trying to solve?
https://github.com/Shopify/liquid/pull/1755 introduced a whitespace control bug to
comment
tag parsing.The
comment
tag is now updated to update theparse_context.trim_whitespace
when it recognises a whitespace control character like the raw tag.