summaryrefslogtreecommitdiff
path: root/tests/test_escapes/test.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_escapes/test.tpl')
-rw-r--r--tests/test_escapes/test.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_escapes/test.tpl b/tests/test_escapes/test.tpl
new file mode 100644
index 0000000..5458fde
--- /dev/null
+++ b/tests/test_escapes/test.tpl
@@ -0,0 +1,7 @@
+\\\\\\\$foo
+\${bar}
+\?{foo|bar|baz}
+?{|Foo|Bar\|Baz}
+<ste:my_echo text="foo\\\"bar\$" />
+<ste:my_echo text='\'' />
+\' \ No newline at end of file