Test input of only whitespace.
(self)
| 51 | self.assertEqual(self.md.convert(''), '') |
| 52 | |
| 53 | def testWhitespaceOnly(self): |
| 54 | """ Test input of only whitespace. """ |
| 55 | self.assertEqual(self.md.convert(' '), '') |
| 56 | |
| 57 | def testSimpleInput(self): |
| 58 | """ Test simple input. """ |