mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
A simple attempt, but basically it shifts the parsing of the right hand side of the assign from a simple context lookup to using the Variable parser (that includes filters). Fixes #79.