Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / expressions / two_word_operators_as_variables.test
1 --TEST--
2 Twig does not allow to use two-word named operators as variable names
3 --TEMPLATE--
4 {{ starts with }}
5 --DATA--
6 return array()
7 --EXCEPTION--
8 Twig_Error_Syntax: Unexpected token "operator" of value "starts with" in "index.twig" at line 2.