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
Strict mode vs not does not give the same behavior in simple ranges, where strict mode works and lax does not. In this example, there are extra spaces in the range.
assert_equal '12345',
Liquid::Template.parse('{%for item in (1 .. 5)%}{{item}}{%endfor%}').render
Both strict and lax mode do not support range in a variable outside of for loop. This works in LiquidJs and DotLiquid
There are some range test cases in the Golden Liquid test suite that might interest you, but it does not yet cover the other issues you've reported here.
There are two main issues being reported here:
for
loop. This works in LiquidJs and DotLiquidThe text was updated successfully, but these errors were encountered: