mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 17:36:53 +00:00
11 lines
319 B
Plaintext
11 lines
319 B
Plaintext
--TEST--
|
|
"template_from_string" function
|
|
--CONDITION--
|
|
PHP_VERSION_ID >= 80100
|
|
--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.
|