From 7fb15518b53e02e34e2105c042eaee41ad400534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Fri, 13 Jun 2014 23:08:01 +0200 Subject: [PATCH] Update: more tests --- slug_test.go | 1 + 1 file changed, 1 insertion(+) 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" }