Skip to content

Commit

Permalink
Add test for Indonesia language
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixik authored Dec 13, 2021
1 parent 193357e commit 2a98c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func TestSlugMakeLang(t *testing.T) {
{"fr", "This & that", "this-et-that", true},
{"fr", "This @ that", "this-arobase-that", true},
{"gr", "This & that", "this-kai-that", true},
{"id", "This & that", "this-dan-that", true},
{"ell", "This & that", "this-kai-that", true},
{"Ell", "This & that", "this-kai-that", true},
{"kk", "This & that", "this-jane-that", true},
Expand Down

0 comments on commit 2a98c14

Please sign in to comment.