Update: more tests
This commit is contained in:
parent
8b827f5f3e
commit
7fb15518b5
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue