added missing tests

This commit is contained in:
Fabien Potencier
2014-10-12 00:29:52 +02:00
parent b5f074207d
commit c476a6b1fc
@@ -0,0 +1,14 @@
--TEST--
Super globals as macro arguments
--TEMPLATE--
{% import _self as macros %}
{{ macros.foo('foo') }}
{% macro foo(GET) %}
{{ GET }}
{% endmacro %}
--DATA--
return array()
--EXPECT--
foo