forked from orbit-oss/flask
Split up testsuite and moved it to flask.testsuite. This fixes #246
This commit is contained in:
parent
85ed1bf058
commit
4cb6eea8f1
42 changed files with 2575 additions and 2336 deletions
|
|
@ -1 +0,0 @@
|
|||
{% macro hello(name) %}Hello {{ name }}!{% endmacro %}
|
||||
|
|
@ -1 +0,0 @@
|
|||
<p>{{ value }}|{{ injected_value }}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{{ text }}
|
||||
{{ html }}
|
||||
{% autoescape false %}{{ text }}
|
||||
{{ html }}{% endautoescape %}
|
||||
{% autoescape true %}{{ text }}
|
||||
{{ html }}{% endautoescape %}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{{ foo}} Mail
|
||||
|
|
@ -1 +0,0 @@
|
|||
I'm nested
|
||||
|
|
@ -1 +0,0 @@
|
|||
<h1>{{ whiskey }}</h1>
|
||||
|
|
@ -1 +0,0 @@
|
|||
{{ value|super_reverse }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue