diff --git a/tests.py b/tests.py index d29671e2a..e76a3b74d 100644 --- a/tests.py +++ b/tests.py @@ -3041,6 +3041,23 @@ def testLinksWithinPost() -> None: 'https://' + \ 'freedombone.net
' + content = "Some text
Other text
More text
" + \ + "Errno::EOHNOES (No such file or rodent @ " + \
+ "ik_right - /tmp/blah.png)
" + \ + "(" + \ + "wuh)
Oh yeah like for sure
" + \ + "Ground sloth tin opener
" + \ + "" + postJsonObject = \ + createPublicPost(baseDir, nickname, domain, port, httpPrefix, + content, + False, False, False, True, + None, None, False, None) + assert postJsonObject['object']['content'] == content + def runAllTests(): print('Running tests...')