Split up testsuite and moved it to flask.testsuite. This fixes #246

This commit is contained in:
Armin Ronacher 2011-08-26 11:21:26 +01:00
parent 85ed1bf058
commit 4cb6eea8f1
42 changed files with 2575 additions and 2336 deletions

View file

@ -1 +0,0 @@
{% macro hello(name) %}Hello {{ name }}!{% endmacro %}

View file

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

View file

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

View file

@ -1 +0,0 @@
{{ foo}} Mail

View file

@ -1 +0,0 @@
I'm nested

View file

@ -1 +0,0 @@
<h1>{{ whiskey }}</h1>

View file

@ -1 +0,0 @@
{{ value|super_reverse }}