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
When accessing items in an array using a negative integer, Ruby Liquid will return an item counting from the right, or nil if the index is out of range. LiquidJS currently returns undefined when a negative index is used to access an array's items.
When accessing items in an array using a negative integer, Ruby Liquid will return an item counting from the right, or
nil
if the index is out of range. LiquidJS currently returnsundefined
when a negative index is used to access an array's items.Template:
Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: