(self)
| 251 | """) |
| 252 | |
| 253 | def test_comment_at_end_of_machine_line(self): |
| 254 | self._test_comment("""\ |
| 255 | machine foo.domain.com login bar password pass # comment |
| 256 | machine bar.domain.com login foo password pass |
| 257 | """) |
| 258 | |
| 259 | def test_comment_at_end_of_machine_line_no_space(self): |
| 260 | self._test_comment("""\ |
nothing calls this directly
no test coverage detected