mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -19,6 +19,7 @@ func TestInflect(t *testing.T) {
|
||||
expect interface{}
|
||||
}{
|
||||
{ns.Humanize, "MyCamel", "My camel"},
|
||||
{ns.Humanize, "óbito", "Óbito"},
|
||||
{ns.Humanize, "", ""},
|
||||
{ns.Humanize, "103", "103rd"},
|
||||
{ns.Humanize, "41", "41st"},
|
||||
|
Reference in New Issue
Block a user