mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
* Evaluate expressions as truthy/falsy to unlock scenarios, such as `<div class="{{ disabled and "modal--disabled" }}">`
* Add additional scenarios to the expression test suite
* Simplify `LogicalExpression`