mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Whitespace normalization.
This commit is contained in:
parent
0e43db5baa
commit
27f883687b
15 changed files with 26 additions and 35 deletions
|
@ -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")]),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue