Remove debug

merge-requests/30/head
Bob Mottram 2020-11-06 14:37:23 +00:00
parent 06324f0e14
commit 888e38a95c
1 changed files with 0 additions and 1 deletions

View File

@ -1678,7 +1678,6 @@ def testWebLinks():
'some.incredibly.long.and.annoying.word.which.should.be.removed: ' + \ 'some.incredibly.long.and.annoying.word.which.should.be.removed: ' + \
'The remaining text' 'The remaining text'
resultText = removeLongWords(exampleText, 40, []) resultText = removeLongWords(exampleText, 40, [])
print('resultText: ' + resultText)
assert resultText == \ assert resultText == \
'some.incredibly.long.and.annoying.word.w\n' + \ 'some.incredibly.long.and.annoying.word.w\n' + \
'hich.should.be.removed: The remaining text' 'hich.should.be.removed: The remaining text'