Whitespace normalization.

This commit is contained in:
Tim Peters 2004-07-08 04:22:35 +00:00
parent 0e43db5baa
commit 27f883687b
15 changed files with 26 additions and 35 deletions

View file

@ -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")]),
])