diff --git a/tests.py b/tests.py index 2f85cd218..70da4a6aa 100644 --- a/tests.py +++ b/tests.py @@ -1684,6 +1684,13 @@ def testWebLinks(): '
filepopout=' + \ 'TemplateAttachmentRichPopout' + exampleText = \ + '
Test1 test2 #YetAnotherExcessivelyLongwindedAndBoringHashtag<\p>' + resultText = removeLongWords(addWebLinks(exampleText), 40, []) + assert(resultText == + '
Test1 test2 ' + '#YetAnotherExcessivelyLongwindedAndBorin\ngHashtag
') + def testAddEmoji(): print('testAddEmoji')