diff options
Diffstat (limited to 'tests/test_autoescape/want')
-rw-r--r-- | tests/test_autoescape/want | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/test_autoescape/want b/tests/test_autoescape/want new file mode 100644 index 0000000..0d06d44 --- /dev/null +++ b/tests/test_autoescape/want @@ -0,0 +1,25 @@ +outer 1: foo"&<bar> +escaped outer 1: foo"&<bar> +double escaped outer 1: foo&quot;&amp;&lt;bar&gt; +raw outer 1: foo"&<bar> +arg outer 1: foo"&<bar> +nested 1: foo"&<bar> +escaped nested 1: foo"&<bar> +double escaped nested 1: foo&quot;&amp;&lt;bar&gt; +raw nested 1: foo"&<bar> +arg nested 1: foo"&<bar> +innermost: foo"&<bar> +escaped innermost: foo"&<bar> +double escaped innermost: foo&quot;&amp;&lt;bar&gt; +raw innermost: foo"&<bar> +arg innermost: foo"&<bar> +nested 2: foo"&<bar> +escaped nested 2: foo"&<bar> +double escaped nested 2: foo&quot;&amp;&lt;bar&gt; +raw nested 2: foo"&<bar> +arg nested 2: foo"&<bar> +outer 2: foo"&<bar> +escaped outer 2: foo"&<bar> +double escaped outer 2: foo&quot;&amp;&lt;bar&gt; +raw outer 2: foo"&<bar> +arg outer 2: foo"&<bar> |