mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 12:12:54 +01:00
Added test for reasons' period not being kept in the actual lart/praise.
This commit is contained in:
parent
068003cb52
commit
7bdf1059bf
@ -194,5 +194,12 @@ if sqlite is not None:
|
|||||||
self.assertNotError('fundb config show-ids off')
|
self.assertNotError('fundb config show-ids off')
|
||||||
self.assertNotRegexp('praise jemfinch', r'\(#1\)')
|
self.assertNotRegexp('praise jemfinch', r'\(#1\)')
|
||||||
|
|
||||||
|
def testLartPraiseReasonPeriod(self):
|
||||||
|
self.assertNotError('add lart kills $who')
|
||||||
|
self.assertNotRegexp('lart foo for bar.', r'\.')
|
||||||
|
self.assertNotError('add praise loves $who')
|
||||||
|
self.assertNotRegexp('praise for for bar.', r'\.')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user