Skip to content

Commit 61d9c8d

Browse files
committed
enable tests5 and add another test
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40761
1 parent f981179 commit 61d9c8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def buildTestSuite():
142142
for treeName, treeCls in treeTypes.iteritems():
143143
for filename in html5lib_test_files('tree-construction'):
144144
testName = os.path.basename(filename).replace(".dat","")
145-
if testName == "tests5": continue # TODO
146145

147146
f = open(filename)
148147
tests = f.read().split("#data\n")

0 commit comments

Comments
 (0)