mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Added a test, though I haven't figured out how to fix this thing yet.
This commit is contained in:
parent
0aa6cd5c28
commit
b627d23898
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user