Security update to Drupal 8.4.6
[yaffs-website] / 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§