mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
Added missing edge-cases
Discussion on: https://github.com/twigphp/Twig/issues/2677
This commit is contained in:
@@ -68,7 +68,10 @@ use more complex ``expressions`` there too:
|
||||
====================== ====================
|
||||
empty string false
|
||||
numeric zero false
|
||||
NAN (Not A Number) true
|
||||
INF (Infinity) true
|
||||
whitespace-only string true
|
||||
string "0" or '0' false
|
||||
empty array false
|
||||
null false
|
||||
non-empty array true
|
||||
|
||||
Reference in New Issue
Block a user