(self)
| 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): |
nothing calls this directly
no test coverage detected