Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / exceptions / multiline_tag_with_undefined_variable.test
1 --TEST--
2 Exception for multiline tag with undefined variable
3 --TEMPLATE--
4 {% include 'foo'
5    with vars
6 %}
7 --TEMPLATE(foo)--
8 Foo
9 --DATA--
10 return array()
11 --EXCEPTION--
12 Twig_Error_Runtime: Variable "vars" does not exist in "index.twig" at line 3.