diff --git a/goaway_test.go b/goaway_test.go index a2646ce..86414b7 100644 --- a/goaway_test.go +++ b/goaway_test.go @@ -281,6 +281,7 @@ func TestBadWordsWithSpaces(t *testing.T) { }) } } + func TestBadWordsWithAccentedLetters(t *testing.T) { profanities := []string{"fuck", "ass", "poop", "penis", "bitch"} words := []string{"fučk", "ÄšŚ", "pÓöp", "pÉnìŚ", "bitčh"}