Revert escape.py test files

This commit is contained in:
Eric Lapouyade 2020-10-14 17:09:39 +02:00
parent 3413052ef2
commit 528c3b1ca5
2 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ context = {
'the listing\nwith\nsome\nlines\nand special chars : <>&\f ... and a page break'
),
'page_break': R('\f'),
'new_listing': """With the latest version of docxtpl,
there is no need to use Listing objects anymore.
Just use \\n for newline,\n\\t for \ttabulation and \\f for ...\f...page break"""
}
tpl.render(context)

Binary file not shown.