]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/deep_empty.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / use / deep_empty.test
1 --TEST--
2 "use" tag
3 --TEMPLATE--
4 {% use "foo.twig" %}
5 --TEMPLATE(foo.twig)--
6 {% use "bar.twig" %}
7 --TEMPLATE(bar.twig)--
8 --DATA--
9 return array()
10 --EXPECT--