diff --git a/tests.py b/tests.py index ed36705b9..4a7fdb1ef 100644 --- a/tests.py +++ b/tests.py @@ -1748,7 +1748,9 @@ def testWebLinks(): '#YetAnotherExcessivelyLongwindedAndBorin\ngHashtag

') exampleText = \ - "

Don't remove a p2p link rad:git:hwd1yrerc3mcgn8ga9rho3dqi4w33nep7kxmqezss4topyfgmexihp33xcw

" + "

Don't remove a p2p link " + \ + "rad:git:hwd1yrerc3mcgn8ga9rho3dqi4w33nep7kxmqezss4topyfgmexihp" + \ + "33xcw

" resultText = removeLongWords(addWebLinks(exampleText), 40, []) assert resultText == exampleText