Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_keywordset: Add test for substring bug
Update of "abcdef" with "+ab" wrongly resulted in "ab", because the substring was matched for the keywords. Add a test for the bug fixed in the last commit.
- Loading branch information