Files
Twig/tests/Fixtures/functions/include/templates_as_array.test
2019-06-30 14:56:12 +02:00

13 lines
187 B
Plaintext

--TEST--
"include" function
--TEMPLATE--
{{ include(["foo.twig", "bar.twig"]) }}
{{- include(["bar.twig", "foo.twig"]) }}
--TEMPLATE(foo.twig)--
foo
--DATA--
return []
--EXPECT--
foo
foo