You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: