aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/falsy.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mstch/test/data/falsy.mustache')
-rw-r--r--lib/mstch/test/data/falsy.mustache8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/mstch/test/data/falsy.mustache b/lib/mstch/test/data/falsy.mustache
new file mode 100644
index 0000000..4d992fd
--- /dev/null
+++ b/lib/mstch/test/data/falsy.mustache
@@ -0,0 +1,8 @@
+{{#emptyString}}empty string{{/emptyString}}
+{{^emptyString}}inverted empty string{{/emptyString}}
+{{#emptyArray}}empty array{{/emptyArray}}
+{{^emptyArray}}inverted empty array{{/emptyArray}}
+{{#zero}}zero{{/zero}}
+{{^zero}}inverted zero{{/zero}}
+{{#null}}null{{/null}}
+{{^null}}inverted null{{/null}}