mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
Remove duplicate test method.
This commit is contained in:
parent
d1fa76e742
commit
1a0ffe168a
1 changed files with 0 additions and 8 deletions
|
|
@ -298,14 +298,6 @@ DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
|
||||||
("starttag", "a", [("href", "http://[1080::8:800:200C:417A]/")]),
|
("starttag", "a", [("href", "http://[1080::8:800:200C:417A]/")]),
|
||||||
])
|
])
|
||||||
|
|
||||||
def test_illegal_declarations(self):
|
|
||||||
s = 'abc<!spacer type="block" height="25">def'
|
|
||||||
self.check_events(s, [
|
|
||||||
("data", "abc"),
|
|
||||||
("unknown decl", 'spacer type="block" height="25"'),
|
|
||||||
("data", "def"),
|
|
||||||
])
|
|
||||||
|
|
||||||
def test_weird_starttags(self):
|
def test_weird_starttags(self):
|
||||||
self.check_events("<a<a>", [
|
self.check_events("<a<a>", [
|
||||||
("starttag", "a", []),
|
("starttag", "a", []),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue