]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/raw/mixed_usage_with_raw.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / raw / mixed_usage_with_raw.test
1 --TEST--
2 "raw" tag
3 --TEMPLATE--
4 {% raw %}
5 {{ foo }}
6 {% endverbatim %}
7 --DATA--
8 return array()
9 --EXCEPTION--
10 Twig_Error_Syntax: Unexpected end of file: Unclosed "raw" block in "index.twig" at line 2