Fix test cases

This commit is contained in:
Georg Krause 2021-08-18 20:41:18 +02:00
parent 2173a592a0
commit 1d8029155b
2 changed files with 5 additions and 5 deletions

View file

@ -114,7 +114,7 @@ def test_join_url(start, end, expected):
"<strong>hello world</strong>",
),
# images and other non whitelisted html should be removed
("hello world\n![img](src)", "text/markdown", False, "<p>hello world</p>"),
("hello world\n![img](src)", "text/markdown", False, "<p>hello world<br></p>"),
(
"hello world\n\n<script></script>\n\n<style></style>",
"text/markdown",