We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d5186 commit 10ce700Copy full SHA for 10ce700
tests/test_tokenizer.py
@@ -122,7 +122,7 @@ def buildTestSuite():
122
for filename in html5lib_test_files('tokenizer', '*.test'):
123
tests = simplejson.load(file(filename))
124
testName = os.path.basename(filename).replace(".test","")
125
- if 'test' in tests:
+ if 'tests' in tests:
126
for index,test in enumerate(tests['tests']):
127
if 'contentModelFlags' not in test:
128
test["contentModelFlags"] = ["PCDATA"]
0 commit comments