mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Test for multiple regexp matching.
This commit is contained in:
parent
cbc109ada9
commit
d52c8b90b4
@ -41,6 +41,11 @@ class GameknotTestCase(PluginTestCase, PluginDocumentation):
|
||||
|
||||
def testUrlSnarfer(self):
|
||||
self.assertNotError('http://gameknot.com/chess.pl?bd=1019508')
|
||||
self.assertNotError('here\'s a link: '
|
||||
'http://gameknot.com/chess.pl?bd=1077350&r=394 '
|
||||
'and here\'s another one: '
|
||||
'http://gameknot.com/chess.pl?bd=1116828&r=250')
|
||||
self.assertNotError(' ') # The next snarfed response.
|
||||
self.assertNotRegexp('http://gameknot.com/chess.pl?bd=1019508',
|
||||
self.nick)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user