From ad71c09aee6e1944ee188974476037c70234d6b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 6 Dec 2020 14:47:06 +0000 Subject: [PATCH] Line length --- tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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