Added a test for supa1337.

This commit is contained in:
Jeremy Fincher 2004-02-07 06:26:34 +00:00
parent 1c1046cddb
commit a0d830c061
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class FilterTest(ChannelPluginTestCase, PluginDocumentation):
plugins = ('Filter',)
def testNoErrors(self):
self.assertNotError('leet foobar')
self.assertNotError('supa1337 foobar')
self.assertNotError('lithp meghan sweeney')
def testJeffk(self):