mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:09:48 +02:00
Fix test cases
This commit is contained in:
parent
2173a592a0
commit
1d8029155b
2 changed files with 5 additions and 5 deletions
|
@ -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", "text/markdown", False, "<p>hello world</p>"),
|
||||
("hello world\n", "text/markdown", False, "<p>hello world<br></p>"),
|
||||
(
|
||||
"hello world\n\n<script></script>\n\n<style></style>",
|
||||
"text/markdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue