not_valid2.test in Zircon Profile 8.0
Same filename and directory in other branches
File
vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.testView source
--TEST--
sandbox tag
--TEMPLATE--
{%- sandbox %}
{%- include "foo.twig" %}
{% if 1 %}
{%- include "foo.twig" %}
{% endif %}
{%- endsandbox %}
--TEMPLATE(foo.twig)--
foo
--EXCEPTION--
Twig_Error_Syntax: Only "include" tags are allowed within a "sandbox" section in "index.twig" at line 5