Added more Flask tests

This commit is contained in:
Armin Ronacher 2010-04-14 02:42:12 +02:00
parent 8009bd9869
commit 08f1f0dc32
5 changed files with 197 additions and 82 deletions

View file

@ -0,0 +1 @@
<p>{{ value }}|{{ injected_value }}

View file

@ -0,0 +1,6 @@
{{ text }}
{{ html }}
{% autoescape false %}{{ text }}
{{ html }}{% endautoescape %}
{% autoescape true %}{{ text }}
{{ html }}{% endautoescape %}