]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/templates_as_array.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / include / templates_as_array.test
1 --TEST--
2 "include" tag
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