Added missing edge-cases

Discussion on: https://github.com/twigphp/Twig/issues/2677
This commit is contained in:
ismael-miguel
2018-04-25 20:48:23 +01:00
committed by GitHub
parent 4f57c6eab8
commit 22739e7d13
+3
View File
@@ -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