from test.test_htmlparser import EventCollector, TestCaseBase class HTMLParserTestCase(TestCaseBase): def get_collector(self): return EventCollector() def test_EOF_in_cdata(self): content = 'foo bar' s = f'