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

Method test_escape_extra

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

Source from the content-addressed store, hash-verified

316 "<Donald Duck & Co>")
317
318 def test_escape_extra(self):
319 self.assertEqual(escape("Hei på deg", {"å" : "å"}),
320 "Hei på deg")
321
322 # ===== unescape
323 def test_unescape_basic(self):

Callers

nothing calls this directly

Calls 2

escapeFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected