mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-23 13:45:49 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1851 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8a539c782a
commit
c9162a0d54
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class TestParser (unittest.TestCase):
|
|||
"""test entity resolving"""
|
||||
for c in "abcdefghijklmnopqrstuvwxyz":
|
||||
self.assertEqual(
|
||||
linkcheck.HtmlParser.resolve_entities("&#%d;"%ord(c)), c)
|
||||
linkcheck.HtmlParser.resolve_entities("&#%d;" % ord(c)), c)
|
||||
|
||||
|
||||
def test_suite ():
|
||||
|
|
|
|||
Loading…
Reference in a new issue