Files
Twig/tests/Fixtures/functions/template_from_string_error.test
Fabien Potencier b9cf29d53d Remove obsolete code
2023-12-09 14:56:21 +01:00

9 lines
281 B
Plaintext

--TEST--
"template_from_string" function
--TEMPLATE--
{% include template_from_string("{{ not a Twig template ", "foo.twig") %}
--DATA--
return []
--EXCEPTION--
Twig\Error\SyntaxError: Unclosed "variable" in "foo.twig (string template 85e7b092afbbcd36f11981c2ef8f1569)" at line 1.