Move tests
This commit is contained in:
parent
17c640fe5c
commit
0c4f17008d
55 changed files with 2 additions and 6 deletions
6
tests/templates/escaping_template.html
Normal file
6
tests/templates/escaping_template.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{ text }}
|
||||
{{ html }}
|
||||
{% autoescape false %}{{ text }}
|
||||
{{ html }}{% endautoescape %}
|
||||
{% autoescape true %}{{ text }}
|
||||
{{ html }}{% endautoescape %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue