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