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
I have tested my example against Shopify Liquid. (This isn't necessary if the actual behavior is a panic, or an error for which IsTemplateError returns false.)
Expected Behavior
Parse {{ display_price | default: true, allow_false: true }} without any error.
Actual Behavior
It shows Liquid error (line 12): syntax error in "display_price | default: true, allow_false: true" in {{ display_price | default: true, allow_false: true }}
Checklist
IsTemplateError
returns false.)Expected Behavior
Parse
{{ display_price | default: true, allow_false: true }}
without any error.Actual Behavior
It shows
Liquid error (line 12): syntax error in "display_price | default: true, allow_false: true" in {{ display_price | default: true, allow_false: true }}
The syntax is from the shopify document:
https://shopify.github.io/liquid/filters/default/
Detailed Description
Possible Solution
The text was updated successfully, but these errors were encountered: