Added test for reasons' period not being kept in the actual lart/praise.

This commit is contained in:
Jeremy Fincher 2003-11-29 19:04:41 +00:00
parent 068003cb52
commit 7bdf1059bf
1 changed files with 7 additions and 0 deletions

View File

@ -194,5 +194,12 @@ if sqlite is not None:
self.assertNotError('fundb config show-ids off')
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: