mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
Merge branch '1.x' into 2.x
* 1.x: Fix ambiguous syntax parsing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--TEST--
|
||||
not
|
||||
--TEMPLATE--
|
||||
{{ (not false) ? 'OK' : 'KO' }}
|
||||
{{ not false ? 'OK' : 'KO' }}
|
||||
--DATA--
|
||||
return []
|
||||
--EXPECT--
|
||||
OK
|
||||
OK
|
||||
Reference in New Issue
Block a user