You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Render result was different!
Input:
########################
this should print
{%- break -%}
this should not print
########################
code: liquid_output == solid_output
left: "########################\n\nthis should print\n"
right: "########################\n\nthis should print"
Render result was different!
Input:
########################
this should print
{%- continue %}
this should not print
########################
code: liquid_output == solid_output
left: "########################\n\nthis should print\n"
right: "########################\n\nthis should print"
https://github.com/edgurgel/solid/blob/master/test/integration/whitespace_control_cases/break_tag_test.exs#L3-L15
& https://github.com/edgurgel/solid/blob/master/test/integration/whitespace_control_cases/continue_tag_test.exs#L3-L15
The text was updated successfully, but these errors were encountered: