(self)
| 4869 | 'hello=CF=85\r\n', eol='\r\n') |
| 4870 | |
| 4871 | def test_encode_one_space(self): |
| 4872 | self._test_encode(' ', '=20') |
| 4873 | |
| 4874 | def test_encode_one_line_one_space(self): |
| 4875 | self._test_encode(' \n', '=20\n') |
nothing calls this directly
no test coverage detected