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