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 an assign tag tries to assign a value from an object, but the name of the objects property matches the name of another liquid tag, a NoViableAltException is thrown.
Easy to replicate with the following AssignTag test case
When an assign tag tries to assign a value from an object, but the name of the objects property matches the name of another liquid tag, a NoViableAltException is thrown.
Easy to replicate with the following AssignTag test case
Presumably some form of escaping needs to happen to not treat that value as a tag? Or maybe its something else entirely?
The text was updated successfully, but these errors were encountered: