Add a test

This commit is contained in:
Fabien Potencier
2022-03-25 09:18:53 +01:00
parent d776736787
commit beea1a7c4a
@@ -0,0 +1,8 @@
--TEST--
Twig does not support using . for concatenation
--TEMPLATE--
{{ 'a'.'b' }}
--DATA--
return []
--EXCEPTION--
Twig\Error\SyntaxError: Expected name or number, got value "b" of type string in "index.twig" at line 2.