mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
parent
5b2b38ab37
commit
dcd95d3a77
@ -39,7 +39,7 @@ class DDGTestCase(PluginTestCase):
|
|||||||
|
|
||||||
def testSearch(self):
|
def testSearch(self):
|
||||||
self.assertRegexp(
|
self.assertRegexp(
|
||||||
r'ddg search wikipedia', 'Wikipedia.*? - .*?https?\:\/\/')
|
'ddg search wikipedia', r'Wikipedia.*? - .*?https?\:\/\/')
|
||||||
self.assertRegexp(
|
self.assertRegexp(
|
||||||
'ddg search en.wikipedia.org',
|
'ddg search en.wikipedia.org',
|
||||||
'Wikipedia, the free encyclopedia\x02 - '
|
'Wikipedia, the free encyclopedia\x02 - '
|
||||||
|
Loading…
Reference in New Issue
Block a user