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', '')