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
Gracefully returns an error
Actual Behavior
Panics
Detailed Description
I have the line of code:
result, err := lqEngine.ParseAndRenderString(template, bindings)
if template equals the string: {% if %} the line panics.
Checklist
IsTemplateError
returns false.)Expected Behavior
Gracefully returns an error
Actual Behavior
Panics
Detailed Description
I have the line of code:
result, err := lqEngine.ParseAndRenderString(template, bindings)
if template equals the string:
{% if %}
the line panics.Possible Solution
PR
The text was updated successfully, but these errors were encountered: