From f744b3227b116d4f7ccd7c71f8b8498ebf86d85f Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Mon, 13 Apr 2015 22:35:27 +0200 Subject: Implemented autoescaping Still needs some cleanup and documentation. --- tests/test_autoescape/test.tpl | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/test_autoescape/test.tpl (limited to 'tests/test_autoescape/test.tpl') diff --git a/tests/test_autoescape/test.tpl b/tests/test_autoescape/test.tpl new file mode 100644 index 0000000..9452972 --- /dev/null +++ b/tests/test_autoescape/test.tpl @@ -0,0 +1,29 @@ +outer 1: $test +escaped outer 1: $test +double escaped outer 1: $test +raw outer 1: $test +arg outer 1: + +nested 1: $test +escaped nested 1: $test +double escaped nested 1: $test +raw nested 1: $test +arg nested 1: + +innermost: $test +escaped innermost: $test +double escaped innermost: $test +raw innermost: $test +arg innermost: + +nested 2: $test +escaped nested 2: $test +double escaped nested 2: $test +raw nested 2: $test +arg nested 2: + +outer 2: $test +escaped outer 2: $test +double escaped outer 2: $test +raw outer 2: $test +arg outer 2: -- cgit v1.2.3-54-g00ecf