Fixed some space problems in Google.calc.

This commit is contained in:
Jeremy Fincher 2004-08-20 18:01:36 +00:00
parent 71c752a7fb
commit eb23fa3b14
2 changed files with 5 additions and 3 deletions

View File

@ -43,6 +43,8 @@ class GoogleTestCase(ChannelPluginTestCase, PluginDocumentation):
'the speed of light ' 'the speed of light '
'in microns / fortnight', '×') 'in microns / fortnight', '×')
def testCalcDoesNotHaveExtraSpaces(self):
self.assertNotRegexp('google calc 1000^2', r'\s+,\s+')
def testNoNoLicenseKeyError(self): def testNoNoLicenseKeyError(self):
conf.supybot.plugins.Google.groupsSnarfer.setValue(True) conf.supybot.plugins.Google.groupsSnarfer.setValue(True)