summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_htmlparser.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-08 04:22:35 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-08 04:22:35 (GMT)
commit27f883687ba01f571ff7cc03a3f03b94030f92ad (patch)
treedf34d183b440813256c4ff5d09b5f45b26448b01 /Lib/test/test_htmlparser.py
parent0e43db5baa9e1181bfd57accfec8252b049f20dc (diff)
downloadcpython-27f883687ba01f571ff7cc03a3f03b94030f92ad.zip
cpython-27f883687ba01f571ff7cc03a3f03b94030f92ad.tar.gz
cpython-27f883687ba01f571ff7cc03a3f03b94030f92ad.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_htmlparser.py')
-rwxr-xr-xLib/test/test_htmlparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_htmlparser.py b/Lib/test/test_htmlparser.py
index 5b4bd56..ffd3ebc 100755
--- a/Lib/test/test_htmlparser.py
+++ b/Lib/test/test_htmlparser.py
@@ -204,7 +204,7 @@ DOCTYPE html [
self._run_check("<e a=rgb(1,2,3)>", [
("starttag", "e", [("a", "rgb(1,2,3)")]),
])
- # Regression test for SF bug #921657.
+ # Regression test for SF bug #921657.
self._run_check("<a href=mailto:xyz@example.com>", [
("starttag", "a", [("href", "mailto:xyz@example.com")]),
])