harttle / liquidjs

A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.
https://liquidjs.com
MIT License
1.5k stars 237 forks source link

Order of `else` and `elsif` blocks #672

Closed jg-rp closed 4 months ago

jg-rp commented 6 months ago

Hi,

Related to #670 and #671, Shopify/Liquid will silently ignore any {% elsif %} tags after the first {% else %}.

Example template

{% if false %}a{% else %}b{% elsif true %}c{% endif %}

Shopify/Liquid output

b

LiquidJS output

c
harttle commented 4 months ago

fixed demo: https://liquidjs.com/playground.html#eyUgaWYgZmFsc2UgJX1heyUgZWxzZSAlfWJ7JSBlbHNpZiB0cnVlICV9Y3slIGVuZGlmICV9,e30=