diff options
Diffstat (limited to 'lib/mstch/test/data/inverted_section.mustache')
| -rw-r--r-- | lib/mstch/test/data/inverted_section.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mstch/test/data/inverted_section.mustache b/lib/mstch/test/data/inverted_section.mustache new file mode 100644 index 0000000..b0a183b --- /dev/null +++ b/lib/mstch/test/data/inverted_section.mustache @@ -0,0 +1,3 @@ +{{#repos}}<b>{{name}}</b>{{/repos}} +{{^repos}}No repos :({{/repos}} +{{^nothin}}Hello!{{/nothin}} |
