summaryrefslogtreecommitdiff
path: root/tests/test_loop/test.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_loop/test.tpl')
-rw-r--r--tests/test_loop/test.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_loop/test.tpl b/tests/test_loop/test.tpl
new file mode 100644
index 0000000..399f05a
--- /dev/null
+++ b/tests/test_loop/test.tpl
@@ -0,0 +1,3 @@
+<ste:for start="10" stop="0" step="-1" counter="i">
+$i
+</ste:for> \ No newline at end of file