bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
165 stars 94 forks source link

A possible problem in for loop implementation #178

Closed mihaiandreicut closed 3 years ago

mihaiandreicut commented 4 years ago

Can I use this kind of syntax: {% for i in (1..10) reversed limit:3 offset:2 %}

?

msangel commented 3 years ago

Yes. Thanks for the report. Will fix this in a few days.