(self, item)
| 648 | self._assert_dest(b"/base/abC_ 1_2d", item) |
| 649 | |
| 650 | def test_left_variable(self, item): |
| 651 | self._setf("%left{$title, 3}") |
| 652 | self._assert_dest(b"/base/the", item) |
| 653 | |
| 654 | def test_right_variable(self, item): |
| 655 | self._setf("%right{$title,3}") |
nothing calls this directly
no test coverage detected