Closed msangel closed 3 years ago
Update the For tag implementation to the full standard (I hope so). important changes:
For
continue
forloop.parentloop
reversed
and minor edge cases support from the liquid test suite
Closes https://github.com/bkiers/Liqp/issues/178
Update the
For
tag implementation to the full standard (I hope so). important changes:continue
now residents in the registry, so no interference with variables.forloop.parentloop
is now supportedreversed
option is now supportedand minor edge cases support from the liquid test suite