added some missing tests

This commit is contained in:
Fabien Potencier
2019-03-14 10:06:54 +01:00
parent df60e7003c
commit e04a9a248f
@@ -0,0 +1,17 @@
--TEST--
"set" tag
--TEMPLATE--
{% set foo = "foo" %}
{% set bar %}
{%- set foo = "bar" -%}
bar
{% endset %}
{{ foo }}
{{ bar }}
--DATA--
return []
--EXPECT--
bar
bar