Improve search utils test coverage

This adds test cases for the Turkish i.
This commit is contained in:
Matthias Clasen 2013-11-28 13:54:50 -05:00
parent 00ab7790ce
commit 555d40eeed

View File

@ -35,6 +35,10 @@ test_search (void)
{ "Jorgen", "Jör", FALSE },
{ "Jörgen", "jor", TRUE },
/* Turkish special case */
{ "İstanbul", "ist", TRUE },
{ "Diyarbakır", "diyarbakir", TRUE },
/* Multi words */
{ "Xavier Claessens", "Xav Cla", TRUE },
{ "Xavier Claessens", "Cla Xav", TRUE },