bkiers / Liqp

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

`include` in liquid flavour should support `for` systax #195

Open msangel opened 3 years ago

msangel commented 3 years ago

In fact its just synonym for implemented with, but there are more cases to test(collections for example): test/integration/tags/include_tag_test.rb Here's include tag syntax for liquid: Syntax = /(#{QuotedFragment}+)(\s+(?:with|for)\s+(#{QuotedFragment}+))?/o