1a8100687cd3de1e10817c583dbc1f2f42c7eaa1
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / include / templates_as_array.test
1 --TEST--
2 "include" function
3 --TEMPLATE--
4 {{ include(["foo.twig", "bar.twig"]) }}
5 {{- include(["bar.twig", "foo.twig"]) }}
6 --TEMPLATE(foo.twig)--
7 foo
8 --DATA--
9 return array()
10 --EXPECT--
11 foo
12 foo