(self, item)
| 636 | self._assert_dest(b"/base/The title", item) |
| 637 | |
| 638 | def test_title_case_variable(self, item): |
| 639 | self._setf("%title{$title}") |
| 640 | self._assert_dest(b"/base/The Title", item) |
| 641 | |
| 642 | def test_title_case_variable_aphostrophe(self, item): |
| 643 | self._setf("%title{I can't}") |
nothing calls this directly
no test coverage detected