mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
--TEST--
|
|
Twig outputs 0 nodes correctly
|
|
--TEMPLATE--
|
|
{{ foo }}0{{ foo }}
|
|
--DATA--
|
|
return ['foo' => 'foo']
|
|
--EXPECT--
|
|
foo0foo
|