a33a13ee6e1e2d393cfd24d9ffc040c80437a7e5
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / sandbox / not_valid2.test
1 --TEST--
2 sandbox tag
3 --TEMPLATE--
4 {%- sandbox %}
5     {%- include "foo.twig" %}
6
7     {% if 1 %}
8         {%- include "foo.twig" %}
9     {% endif %}
10 {%- endsandbox %}
11 --TEMPLATE(foo.twig)--
12 foo
13 --EXCEPTION--
14 Twig_Error_Syntax: Only "include" tags are allowed within a "sandbox" section in "index.twig" at line 5.