Security update to Drupal 8.4.6
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / verbatim / mixed_usage_with_raw.test
1 --TEST--
2 "verbatim" tag
3 --TEMPLATE--
4 {% verbatim %}
5 {{ foo }}
6 {% endraw %}
7 --DATA--
8 return array()
9 --EXCEPTION--
10 Twig_Error_Syntax: Unexpected end of file: Unclosed "verbatim" block in "index.twig" at line 2.