Added whole word matches for room mention

This commit is contained in:
James Booth
2016-04-07 01:01:27 +01:00
parent 6edf3b3f94
commit f243e333fc
14 changed files with 263 additions and 217 deletions

View File

@@ -617,7 +617,8 @@ int main(int argc, char* argv[]) {
load_preferences,
close_preferences),
unit_test(prof_strstr_contains),
unit_test(prof_partial_occurrences_tests),
unit_test(prof_whole_occurrences_tests),
};
return run_tests(all_tests);