MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_unescape_basic

Method test_unescape_basic

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

Source from the content-addressed store, hash-verified

321
322 # ===== unescape
323 def test_unescape_basic(self):
324 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
325
326 def test_unescape_all(self):
327 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