05cca682effc589120c6f405fb4aab4b4862efbd
[yaffs-website] / 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--