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

Method test_unescape_basic

Lib/test/test_sax.py:315–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

313
314 # ===== unescape
315 def test_unescape_basic(self):
316 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
317
318 def test_unescape_all(self):
319 self.assertEqual(unescape("<Donald Duck & Co>"),

Callers

nothing calls this directly

Calls 2

unescapeFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected