forked from indymedia/epicyon
Remove debug
parent
db64ceb87d
commit
31e40671a9
1
tests.py
1
tests.py
|
@ -1879,7 +1879,6 @@ def testRemoveHtml():
|
||||||
testStr = 'This string has no html.'
|
testStr = 'This string has no html.'
|
||||||
assert(removeHtml(testStr) == testStr)
|
assert(removeHtml(testStr) == testStr)
|
||||||
testStr = 'This string <a href="1234.567">has html</a>.'
|
testStr = 'This string <a href="1234.567">has html</a>.'
|
||||||
print(removeHtml(testStr))
|
|
||||||
assert(removeHtml(testStr) == 'This string has html.')
|
assert(removeHtml(testStr) == 'This string has html.')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue