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