]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/filters/format.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / filters / format.test
1 --TEST--
2 "format" filter
3 --TEMPLATE--
4 {{ string|format(foo, 3) }}
5 --DATA--
6 return array('string' => '%s/%d', 'foo' => 'bar')
7 --EXPECT--
8 bar/3