aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/nesting.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mstch/test/data/nesting.mustache')
-rw-r--r--lib/mstch/test/data/nesting.mustache5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mstch/test/data/nesting.mustache b/lib/mstch/test/data/nesting.mustache
new file mode 100644
index 0000000..551366d
--- /dev/null
+++ b/lib/mstch/test/data/nesting.mustache
@@ -0,0 +1,5 @@
+{{#foo}}
+ {{#a}}
+ {{b}}
+ {{/a}}
+{{/foo}}