mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-10 17:36:53 +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