]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/capture-empty.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / set / capture-empty.test
1 --TEST--
2 "set" tag block empty capture
3 --TEMPLATE--
4 {% set foo %}{% endset %}
5
6 {% if foo %}FAIL{% endif %}
7 --DATA--
8 return array()
9 --EXPECT--