The empty test now also checks for empty arrays
authorAlbert Casademont <albertcasademont@gmail.com>
Thu, 19 Jul 2012 11:00:01 +0000 (14:00 +0300)
committerAlbert Casademont <albertcasademont@gmail.com>
Thu, 19 Jul 2012 11:00:01 +0000 (14:00 +0300)
doc/tests/empty.rst

index 0d1eb32..5ef3035 100644 (file)
@@ -5,7 +5,7 @@
 
 .. code-block:: jinja
 
-    {# evaluates to true if the foo variable is null, false, or the empty string #}
+    {# evaluates to true if the foo variable is null, false, an empty array or the empty string #}
     {% if foo is empty %}
         ...
     {% endif %}