mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Clarified compatibility comments, removed unused var from tag test.
This commit is contained in:
@@ -182,7 +182,6 @@ HERE
|
||||
'{%for val in string limit:1%}{{val}}{%endfor%}',
|
||||
'string' => "test string")
|
||||
|
||||
fields = %w(name length index index0 rindex rindex0 first last)
|
||||
assert_template_result('val-string-1-1-0-1-0-true-true-test string',
|
||||
'{%for val in string%}' +
|
||||
'{{forloop.name}}-' +
|
||||
|
||||
Reference in New Issue
Block a user