mirror of
https://github.com/gohugoio/hugo.git
synced 2025-02-10 10:01:08 +00:00
parent
7989210120
commit
e7652180a1
2 changed files with 2 additions and 1 deletions
2
Gopkg.lock
generated
2
Gopkg.lock
generated
|
@ -147,7 +147,7 @@
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "github.com/markbates/inflect"
|
name = "github.com/markbates/inflect"
|
||||||
packages = ["."]
|
packages = ["."]
|
||||||
revision = "ea17041f342f81e8849284b87bc3db1a6fc596bb"
|
revision = "54ffb37507cd7d2ccd4768855e84f9ff6c4352b6"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/miekg/mmark"
|
name = "github.com/miekg/mmark"
|
||||||
|
|
|
@ -19,6 +19,7 @@ func TestInflect(t *testing.T) {
|
||||||
expect interface{}
|
expect interface{}
|
||||||
}{
|
}{
|
||||||
{ns.Humanize, "MyCamel", "My camel"},
|
{ns.Humanize, "MyCamel", "My camel"},
|
||||||
|
{ns.Humanize, "óbito", "Óbito"},
|
||||||
{ns.Humanize, "", ""},
|
{ns.Humanize, "", ""},
|
||||||
{ns.Humanize, "103", "103rd"},
|
{ns.Humanize, "103", "103rd"},
|
||||||
{ns.Humanize, "41", "41st"},
|
{ns.Humanize, "41", "41st"},
|
||||||
|
|
Loading…
Reference in a new issue