summaryrefslogtreecommitdiff
path: root/tests/functional/test_mktag/test.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_mktag/test.tpl')
-rw-r--r--tests/functional/test_mktag/test.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional/test_mktag/test.tpl b/tests/functional/test_mktag/test.tpl
new file mode 100644
index 0000000..c446206
--- /dev/null
+++ b/tests/functional/test_mktag/test.tpl
@@ -0,0 +1,11 @@
+<ste:mktag name="double"><ste:calc>2 * <ste:tagcontent /></ste:calc></ste:mktag>
+<ste:mktag name="foo" mandatory="a|b">
+ <ste:for counter="i" start="0" stop="$_tag_parameters[a]">
+ <ste:if>
+ <ste:even>$i</ste:even>
+ <ste:then><ste:double>$i</ste:double></ste:then>
+ <ste:else>$_tag_parameters[b]</ste:else>
+ </ste:if>
+ </ste:for>
+</ste:mktag>
+<ste:foo a="10" b="-" /> \ No newline at end of file