]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/special_chars.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / macro / special_chars.test
1 --TEST--
2 "§" as a macro name
3 --TEMPLATE--
4 {% import _self as macros %}
5
6 {{ macros.§('foo') }}
7
8 {% macro §(foo) %}
9 §{{ foo }}§
10 {% endmacro %}
11 --DATA--
12 return array()
13 --EXPECT--
14 §foo§