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
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