We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c67b9f commit 67bc17bCopy full SHA for 67bc17b
html5lib/tests/test_tokenizer.py
@@ -148,9 +148,6 @@ def runTokenizerTest(test):
148
expected = concatenateCharacterTokens(test['output'])
149
if 'lastStartTag' not in test:
150
test['lastStartTag'] = None
151
- outBuffer = cStringIO.StringIO()
152
- stdout = sys.stdout
153
- sys.stdout = outBuffer
154
parser = TokenizerTestParser(test['initialState'],
155
test['lastStartTag'])
156
tokens = parser.parse(test['input'])
0 commit comments