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

Method test_unescape_amp_extra

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

Source from the content-addressed store, hash-verified

332 "Hei på deg")
333
334 def test_unescape_amp_extra(self):
335 self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;")
336
337 # ===== quoteattr
338 def test_quoteattr_basic(self):

Callers

nothing calls this directly

Calls 2

unescapeFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected