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

Method test_bare_ampersands

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

Source from the content-addressed store, hash-verified

282 ])
283
284 def test_bare_ampersands(self):
285 self._run_check("this text & contains & ampersands &", [
286 ("data", "this text & contains & ampersands &"),
287 ])
288
289 def test_bare_pointy_brackets(self):
290 self._run_check("this < text > contains < bare>pointy< brackets", [

Callers

nothing calls this directly

Calls 1

_run_checkMethod · 0.80

Tested by

no test coverage detected