0eaabb446e4655aa294e64cfb8ac462a2e3314ef
[yaffs-website] / 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.