diff --git a/slug_test.go b/slug_test.go index 5c8f404..60f0a25 100644 --- a/slug_test.go +++ b/slug_test.go @@ -67,6 +67,7 @@ var SlugMakeLangTests = []struct { {"en", "This & that", "this-and-that"}, {"de", "This & that", "this-und-that"}, {"pl", "This & that", "this-i-that"}, + {"es", "This & that", "this-y-that"}, {"test", "This & that", "this-and-that"}, // unknown lang, fallback to "en" }