From caa079006546a57a27c891d229a5d04c56bb4a33 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 20 Aug 2004 22:32:31 +0000 Subject: [PATCH] Split off a test. --- test/test_Google.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_Google.py b/test/test_Google.py index 7f58a7c91..a4848850c 100644 --- a/test/test_Google.py +++ b/test/test_Google.py @@ -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', '')