Test for =

main2
Bob Mottram 2019-11-04 20:52:19 +00:00
parent 75a867ea23
commit 83386fd2a3
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ def removeLongWords(content: str,maxWordLength: int,longWordsList: []) -> str:
for wordStr in longWordsList:
if wordStr.startswith('<'):
continue
if '=\"' in wordStr:
if '=' in wordStr:
continue
if 'https:' in wordStr:
continue