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

Method test_unescape_all

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

Source from the content-addressed store, hash-verified

324 self.assertEqual(unescape("Donald Duck & Co"), "Donald Duck & Co")
325
326 def test_unescape_all(self):
327 self.assertEqual(unescape("<Donald Duck & Co>"),
328 "<Donald Duck & Co>")
329
330 def test_unescape_extra(self):
331 self.assertEqual(unescape("Hei på deg", {"å" : "&aring;"}),

Callers

nothing calls this directly

Calls 2

unescapeFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected