Update: more tests
This commit is contained in:
parent
8b827f5f3e
commit
7fb15518b5
@ -67,6 +67,7 @@ var SlugMakeLangTests = []struct {
|
|||||||
{"en", "This & that", "this-and-that"},
|
{"en", "This & that", "this-and-that"},
|
||||||
{"de", "This & that", "this-und-that"},
|
{"de", "This & that", "this-und-that"},
|
||||||
{"pl", "This & that", "this-i-that"},
|
{"pl", "This & that", "this-i-that"},
|
||||||
|
{"es", "This & that", "this-y-that"},
|
||||||
{"test", "This & that", "this-and-that"}, // unknown lang, fallback to "en"
|
{"test", "This & that", "this-and-that"}, // unknown lang, fallback to "en"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user