summaryrefslogtreecommitdiff
path: root/tests/test_escapes/test.tpl
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-10-25 21:43:37 +0200
committerKevin Chabowski <kevin@kch42.de>2013-10-25 21:43:37 +0200
commiteebf5cb885f266104333ac145355ef6e2599e5f6 (patch)
treea86dae876afae2dcea9a3d70e3b513e305b38415 /tests/test_escapes/test.tpl
parent6dc747c097e096075b4726eb4aebf1ce0ed71276 (diff)
downloadste-parser2.tar.gz
ste-parser2.tar.bz2
ste-parser2.zip
New Testparser2
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