mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
--TEST--
|
|
"include" function is safe for auto-escaping
|
|
--TEMPLATE--
|
|
{{ include("foo.twig") }}
|
|
--TEMPLATE(foo.twig)--
|
|
<p>Test</p>
|
|
--DATA--
|
|
return []
|
|
--EXPECT--
|
|
<p>Test</p>
|