Skip to content

Commit 6d40b70

Browse files
committed
remove failure marker from htmlparser
1 parent dbb128e commit 6d40b70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_htmlparser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,6 @@ def test_with_unquoted_attributes(self):
754754
]
755755
self._run_check(html, expected)
756756

757-
# TODO: RUSTPYTHON
758-
@unittest.expectedFailure
759757
def test_comma_between_attributes(self):
760758
# see bpo 41478
761759
# HTMLParser preserves duplicate attributes, leaving the task of

0 commit comments

Comments
 (0)