summaryrefslogtreecommitdiff
path: root/tests/test_scoping/test.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scoping/test.tpl')
-rw-r--r--tests/test_scoping/test.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_scoping/test.tpl b/tests/test_scoping/test.tpl
new file mode 100644
index 0000000..25a46e7
--- /dev/null
+++ b/tests/test_scoping/test.tpl
@@ -0,0 +1,6 @@
+<ste:mktag name="foo">
+ <ste:set var="bla">!</ste:set>
+</ste:mktag>
+
+<ste:foo />
+$bla \ No newline at end of file