(self, source, events)
| 128 | "\nReceived:\n" + pprint.pformat(events)) |
| 129 | |
| 130 | def _run_check_extra(self, source, events): |
| 131 | self._run_check(source, events, |
| 132 | collector=EventCollectorExtra(convert_charrefs=False)) |
| 133 | |
| 134 | |
| 135 | class HTMLParserTestCase(TestCaseBase): |
no test coverage detected