Add some common synonyms for unicode word searching

Fixes #1133
This commit is contained in:
Kovid Goyal
2018-11-13 15:46:33 +05:30
parent 718111582a
commit 3e26f96744
3 changed files with 15182 additions and 15177 deletions

View File

@@ -20,3 +20,4 @@ class TestUnicodeInput(BaseTest):
self.ae(matches('horiz', 'ell'), {0x2026, 0x22ef, 0x2b2c, 0x2b2d, 0xfe19})
self.ae(matches('horizontal', 'ell'), {0x2026, 0x22ef, 0x2b2c, 0x2b2d, 0xfe19})
self.assertFalse(matches('sfgsfgsfgfgsdg'))
self.assertIn(0x1f41d, matches('bee'))