Split off a test.

This commit is contained in:
Jeremy Fincher 2004-08-20 22:32:31 +00:00
parent 452f23946d
commit caa0790065

View File

@ -36,6 +36,8 @@ class GoogleTestCase(ChannelPluginTestCase, PluginDocumentation):
if network:
def testCalc(self):
self.assertNotRegexp('google calc e^(i*pi)+1', r'didn\'t')
def testHtmlHandled(self):
self.assertNotRegexp('google calc '
'the speed of light '
'in microns / fortnight', '<sup>')