mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
plugins/MoobotFactoids: Add a test case for broken OptionList behavior.
This commit is contained in:
parent
e9fd59dc45
commit
9883cb56ac
@ -63,6 +63,8 @@ class OptionListTestCase(SupyTestCase):
|
||||
self._testOptions('(a|)', ['a', ''])
|
||||
self._testOptions('(|a)', ['a', ''])
|
||||
self._testOptions('((a)|(b))', ['(a)', '(b)'])
|
||||
self._testOptions('^\\%(\\%(foo\\)\\@<!.\\)*$',
|
||||
['^\\%(\\%(foo\\)\\@<!.\\)*$'])
|
||||
|
||||
class FactoidsTestCase(ChannelPluginTestCase):
|
||||
plugins = ('MoobotFactoids', 'User', 'String', 'Utilities', 'Web')
|
||||
|
Loading…
Reference in New Issue
Block a user