291
291
def test_plaintext2html(self):
293
293
("First \nSecond \nThird\n \nParagraph\n\r--\nSignature paragraph", 'div',
295
295
("First<p>It should be escaped</p>\nSignature", False,
296
296
"<p>First<p>It should be escaped</p><br/>Signature</p>")