]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/assignment.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / include / assignment.test
1 --TEST--
2 "include" function
3 --TEMPLATE--
4 {% set tmp = include("foo.twig") %}
5
6 FOO{{ tmp }}BAR
7 --TEMPLATE(foo.twig)--
8 FOOBAR
9 --DATA--
10 return array()
11 --EXPECT--
12 FOO
13 FOOBARBAR