mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-04-03 14:28:03 +02:00
DDG: Fix regexp escape in test
9bcb21389adc62dd099afd0665990aa0128a7ad3 added it to the wrong string
This commit is contained in:
parent
5b2b38ab37
commit
dcd95d3a77
@ -39,7 +39,7 @@ class DDGTestCase(PluginTestCase):
|
||||
|
||||
def testSearch(self):
|
||||
self.assertRegexp(
|
||||
r'ddg search wikipedia', 'Wikipedia.*? - .*?https?\:\/\/')
|
||||
'ddg search wikipedia', r'Wikipedia.*? - .*?https?\:\/\/')
|
||||
self.assertRegexp(
|
||||
'ddg search en.wikipedia.org',
|
||||
'Wikipedia, the free encyclopedia\x02 - '
|
||||
|
Loading…
x
Reference in New Issue
Block a user