Fixed bug in formatting of pydoc.

This commit is contained in:
Jeremy Fincher 2003-11-13 17:56:51 +00:00
parent 02b2eddd45
commit d496328e81
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ class PythonTestCase(PluginTestCase, PluginDocumentation):
self.assertNotError('pydoc logging.Logger')
self.assertNotRegexp('pydoc str.replace', r"^'")
self.assertNotError('pydoc os.path.expanduser')
self.assertNotRegexp('pydoc math.hypot', r'\)\.R')
def testZen(self):
self.assertNotError('zen')