HomeSort by relevance Sort by last modified time
    Searched refs:_run_check (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_htmlparser.py 86 def _run_check(self, source, expected_events, collector=None): member in class:TestCaseBase
101 self._run_check(source, events,
108 self._run_check("<?processing instruction>", [
111 self._run_check("<?processing instruction ?>", [
116 self._run_check("""
148 self._run_check("<p>&#bad;</p>", [
154 self._run_check(["<div>&#bad;</div>"], [
161 self._run_check("&entityref foo", [
170 self._run_check("<a><b></a></b>", [
178 self._run_check("this text & contains & ampersands &",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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", [
159 self._run_check("<!%s>" % inside, [
167 self._run_check("<a><b></a></b>", [
175 self._run_check("this text & contains & ampersands &", [
180 self._run_check("this < text > contains < bare>pointy< brackets", [
    [all...]
  /external/python/cpython2/Lib/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...]

Completed in 54 milliseconds