MCPcopy Index your code
hub / github.com/python/cpython / test_bare_pointy_brackets

Method test_bare_pointy_brackets

Lib/test/test_htmlparser.py:289–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

287 ])
288
289 def test_bare_pointy_brackets(self):
290 self._run_check("this < text > contains < bare>pointy< brackets", [
291 ("data", "this < text > contains < bare>pointy< brackets"),
292 ])
293
294 def test_starttag_end_boundary(self):
295 self._run_check("""<a b='<'>""", [("starttag", "a", [("b", "<")])])

Callers

nothing calls this directly

Calls 1

_run_checkMethod · 0.80

Tested by

no test coverage detected