(self, item)
| 644 | self._assert_dest(b"/base/I Can't", item) |
| 645 | |
| 646 | def test_asciify_variable(self, item): |
| 647 | self._setf("%asciify{ab\xa2\xbdd}") |
| 648 | self._assert_dest(b"/base/abC_ 1_2d", item) |
| 649 | |
| 650 | def test_left_variable(self, item): |
| 651 | self._setf("%left{$title, 3}") |
nothing calls this directly
no test coverage detected