]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/functions/special_chars.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / functions / special_chars.test
1 --TEST--
2 "§" custom function
3 --TEMPLATE--
4 {{ §('foo') }}
5 --DATA--
6 return array()
7 --EXPECT--
8 §foo§