Skip to content

Commit

Permalink
[de] improve test (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Jul 25, 2017
1 parent 16e9a75 commit 981b9c3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,10 @@ public void testGetSuggestionWithPunctuation() throws Exception {
assertFirstSuggestion("Kundigungsfrist.", "Kündigungsfrist.", rule, lt);
assertFirstSuggestion("aufgeregegt.", "aufgeregt.", rule, lt);
assertFirstSuggestion("informationnen...", "Informationen...", rule, lt);
// commas etc. are actually not part of the word, so the suggestion doesn't include them:
assertFirstSuggestion("informationnen,", "Informationen", rule, lt);
assertFirstSuggestion("arkbeiten-", "arbeiten", rule, lt);
//assertFirstSuggestion("arkjbeiten-", "arbeiten", rule, lt);
// commas are actually not part of the word, so the suggestion doesn't include them:
assertFirstSuggestion("informationnen,", "Informationen", rule, lt);
}

@Test
Expand Down

0 comments on commit 981b9c3

Please sign in to comment.