mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Skip a hunspell test that fails only on ARM
This commit is contained in:
parent
fe9042ff98
commit
7f01313b8a
@ -450,6 +450,7 @@ def find_tests():
|
|||||||
d = load_dictionary(get_dictionary(parse_lang_code('es-ES'))).obj
|
d = load_dictionary(get_dictionary(parse_lang_code('es-ES'))).obj
|
||||||
self.assertTrue(d.recognized('Ahí'))
|
self.assertTrue(d.recognized('Ahí'))
|
||||||
self.assertIn('one\u2010half', self.suggestions('oone\u2010half'))
|
self.assertIn('one\u2010half', self.suggestions('oone\u2010half'))
|
||||||
|
d = load_dictionary(get_dictionary(parse_lang_code('es'))).obj
|
||||||
self.assertIn('adequately', self.suggestions('ade-quately'))
|
self.assertIn('adequately', self.suggestions('ade-quately'))
|
||||||
self.assertIn('magic. Wand', self.suggestions('magic.wand'))
|
self.assertIn('magic. Wand', self.suggestions('magic.wand'))
|
||||||
self.assertIn('List', self.suggestions('Lis𝑘t'))
|
self.assertIn('List', self.suggestions('Lis𝑘t'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user