mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix a test in Unix plugin
This commit is contained in:
parent
e93fa2b872
commit
e122102e5a
@ -37,7 +37,8 @@ if os.name == 'posix':
|
||||
if utils.findBinaryInPath('aspell') is not None or \
|
||||
utils.findBinaryInPath('ispell') is not None:
|
||||
def testSpell(self):
|
||||
self.assertRegexp('spell Strike', 'correctly')
|
||||
self.assertRegexp('spell Strike',
|
||||
'(correctly|Possible spellings)')
|
||||
# ispell won't find any results. aspell will make some
|
||||
# suggestions.
|
||||
self.assertRegexp('spell z0opadfnaf83nflafl230kasdf023hflasdf',
|
||||
|
Loading…
Reference in New Issue
Block a user