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