Skip to content

Commit

Permalink
Fix apostrophe, dash support in words
Browse files Browse the repository at this point in the history
This update fixes some cases where inconsiderate terms were
never detected, because they included dashes or apostrophes.
Terms are stripped from these characters before checking if
they’re included in the database, resulting in never matching.

This was fixed by removing these characters (`-`, `'`, and
`’`) in the database, checking if they’re included in the
build-script, and adding several tests for them.

Related: GH-4.
  • Loading branch information
wooorm committed Oct 7, 2015
1 parent 64641f9 commit 9a5573e
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 258 deletions.
Loading

0 comments on commit 9a5573e

Please sign in to comment.