(self)
| 324 | "Hei på deg") |
| 325 | |
| 326 | def test_unescape_amp_extra(self): |
| 327 | self.assertEqual(unescape("&foo;", {"&foo;": "splat"}), "&foo;") |
| 328 | |
| 329 | # ===== quoteattr |
| 330 | def test_quoteattr_basic(self): |
nothing calls this directly
no test coverage detected