mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 12:57:05 +00:00
integration tests for interpolated strings
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
--TEST--
|
||||||
|
Twig supports string interpolation
|
||||||
|
--TEMPLATE--
|
||||||
|
{{ "foo #{"foo #{bar} baz"} baz" }}
|
||||||
|
--DATA--
|
||||||
|
return array('bar' => 'BAR');
|
||||||
|
--EXPECT--
|
||||||
|
foo foo BAR baz baz
|
||||||
Reference in New Issue
Block a user