aboutsummaryrefslogtreecommitdiff
path: root/deps/inja/test/data/nested/template.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/inja/test/data/nested/template.txt')
-rwxr-xr-xdeps/inja/test/data/nested/template.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/inja/test/data/nested/template.txt b/deps/inja/test/data/nested/template.txt
new file mode 100755
index 0000000..254dce2
--- /dev/null
+++ b/deps/inja/test/data/nested/template.txt
@@ -0,0 +1,3 @@
+{% for x in xarray %}{% for y in yarray %}
+{{x}}-{{y}}
+{% endfor %}{% endfor %} \ No newline at end of file