Merge branch '1.x' into 2.x

* 1.x:
  Fix ambiguous syntax parsing
This commit is contained in:
Fabien Potencier
2020-02-23 09:42:25 +01:00
+10
View File
@@ -0,0 +1,10 @@
--TEST--
not
--TEMPLATE--
{{ (not false) ? 'OK' : 'KO' }}
{{ not false ? 'OK' : 'KO' }}
--DATA--
return []
--EXPECT--
OK
OK