(self)
| 282 | ]) |
| 283 | |
| 284 | def test_bare_ampersands(self): |
| 285 | self._run_check("this text & contains & ampersands &", [ |
| 286 | ("data", "this text & contains & ampersands &"), |
| 287 | ]) |
| 288 | |
| 289 | def test_bare_pointy_brackets(self): |
| 290 | self._run_check("this < text > contains < bare>pointy< brackets", [ |
nothing calls this directly
no test coverage detected