mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-03 16:14:10 +01:00
parent
01e0c12641
commit
dcadb7e73b
@ -130,17 +130,6 @@ class SedRegexTestCase(ChannelPluginTestCase):
|
|||||||
m = self.getMsg(' ')
|
m = self.getMsg(' ')
|
||||||
self.assertIn('4 * 2 = 8', str(m))
|
self.assertIn('4 * 2 = 8', str(m))
|
||||||
|
|
||||||
def testWhitespaceSeparatorFails(self):
|
|
||||||
self.feedMsg('we are all decelopers on this blessed day')
|
|
||||||
self.feedMsg('s.c.v.')
|
|
||||||
m = self.getMsg(' ')
|
|
||||||
self.assertIn('developers', str(m))
|
|
||||||
|
|
||||||
self.feedMsg('4 / 2 = 8')
|
|
||||||
self.feedMsg('s@/@*@')
|
|
||||||
m = self.getMsg(' ')
|
|
||||||
self.assertIn('4 * 2 = 8', str(m))
|
|
||||||
|
|
||||||
def testWeirdSeparatorsFail(self):
|
def testWeirdSeparatorsFail(self):
|
||||||
self.feedMsg("can't touch this", frm=self.__class__.other)
|
self.feedMsg("can't touch this", frm=self.__class__.other)
|
||||||
# Only symbols are allowed as separators
|
# Only symbols are allowed as separators
|
||||||
|
Loading…
Reference in New Issue
Block a user