Update: more tests

This commit is contained in:
Dobrosław Żybort 2014-06-13 23:08:01 +02:00
parent 8b827f5f3e
commit 7fb15518b5

View File

@ -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"
}