/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_htmlparser.py | 75 def _run_check(self, source, expected_events, collector=EventCollector): member in class:TestCaseBase 87 self._run_check(source, events, EventCollectorExtra) 100 self._run_check("<?processing instruction>", [ 103 self._run_check("<?processing instruction ?>", [ 108 self._run_check(""" 140 self._run_check("&entityref foo", [ 149 self._run_check("<a><b></a></b>", [ 157 self._run_check("this text & contains & ampersands &", [ 162 self._run_check("this < text > contains < bare>pointy< brackets", [ 167 self._run_check('<!spacer type="block" height="25">' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_htmlparser.py | 75 def _run_check(self, source, expected_events, collector=EventCollector): member in class:TestCaseBase 87 self._run_check(source, events, EventCollectorExtra) 100 self._run_check("<?processing instruction>", [ 103 self._run_check("<?processing instruction ?>", [ 108 self._run_check(""" 140 self._run_check("&entityref foo", [ 149 self._run_check("<a><b></a></b>", [ 157 self._run_check("this text & contains & ampersands &", [ 162 self._run_check("this < text > contains < bare>pointy< brackets", [ 167 self._run_check('<!spacer type="block" height="25">' [all...] |