diff options
Diffstat (limited to 'lib/mstch/test/data/falsy_array.mustache')
| -rw-r--r-- | lib/mstch/test/data/falsy_array.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mstch/test/data/falsy_array.mustache b/lib/mstch/test/data/falsy_array.mustache new file mode 100644 index 0000000..2be7b37 --- /dev/null +++ b/lib/mstch/test/data/falsy_array.mustache @@ -0,0 +1,3 @@ +{{#list}} +{{#.}}{{#.}}{{.}}{{/.}}{{^.}}inverted {{/.}}{{/.}} +{{/list}}
\ No newline at end of file |
