Added a test, though I haven't figured out how to fix this thing yet.

This commit is contained in:
Jeremy Fincher 2004-09-23 16:34:38 +00:00
parent 0aa6cd5c28
commit b627d23898
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ class FilterTest(ChannelPluginTestCase, PluginDocumentation):
for s in nicks[:10]: # 10 is probably enough.
self.assertResponse('rot13 [rot13 %s]' % s, s)
def testRot13HandlesNonAsciiStuff(self):
self.assertNotError('rot13 \xe4')
def testHexlifyUnhexlify(self):
for s in nicks[:10]: # 10, again, is probably enough.
self.assertResponse('unhexlify [hexlify %s]' % s, s)