Add test for case insensitive autocomplete

This commit is contained in:
James Booth
2017-03-25 20:46:31 +00:00
parent 28c862ac53
commit 1b9d033cef
3 changed files with 14 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ void complete_accented_with_accented(void **state);
void complete_accented_with_base(void **state);
void complete_both_with_accented(void **state);
void complete_both_with_base(void **state);
void complete_ignores_case(void **state);