mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-06-13 18:27:37 +02:00
Revert "Filter: Fix previous merge."
This reverts commit e4025fae7ac33262c81b703752bb6a422d7f3168.
This commit is contained in:
parent
e4025fae7a
commit
73e74ff290
@ -59,6 +59,10 @@ class FilterTest(ChannelPluginTestCase):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def testHebrew(self):
|
||||||
|
self.assertResponse('hebrew The quick brown fox '
|
||||||
|
'jumps over the lazy dog.',
|
||||||
|
'Th qck brwn fx jmps vr th lzy dg.')
|
||||||
def testJeffk(self):
|
def testJeffk(self):
|
||||||
for i in range(100):
|
for i in range(100):
|
||||||
self.assertNotError('jeffk the quick brown fox is ghetto')
|
self.assertNotError('jeffk the quick brown fox is ghetto')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user