mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
bug #3278 Fix ambiguous syntax parsing (fabpot)
This PR was merged into the 1.x branch.
Discussion
----------
Fix ambiguous syntax parsing
Commits
-------
5663351a 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