]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/missing.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / include / missing.test
1 --TEST--
2 "include" tag
3 --TEMPLATE--
4 {% include "foo.twig" %}
5 --DATA--
6 return array();
7 --EXCEPTION--
8 Twig_Error_Loader: Template "foo.twig" is not defined in "index.twig" at line 2.