Skip to content

Commit

Permalink
fixes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed Sep 3, 2022
1 parent 4579093 commit 4d28a21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions flect_test.go
Expand Up @@ -76,6 +76,7 @@ var singlePluralAssertions = []tt{
{"child", "children"},
{"circus", "circuses"},
{"city", "cities"},
{"collapse", "collapses"},
{"comment", "comments"},
{"crisis", "crises"},
{"criterion", "criteria"},
Expand All @@ -89,6 +90,7 @@ var singlePluralAssertions = []tt{
{"diagnosis_a", "diagnosis_as"},
{"diagnosis", "diagnoses"},
{"dwarf", "dwarves"},
{"eclipse", "eclipses"},
{"edge", "edges"},
{"elf", "elves"},
{"ellipsis", "ellipses"},
Expand All @@ -105,6 +107,7 @@ var singlePluralAssertions = []tt{
{"fox", "foxes"},
{"funky jeans", "funky jeans"},
{"fuse", "fuses"},
{"glimpse", "glimpses"},
{"goose", "geese"},
{"great_person", "great_people"},
{"half", "halves"},
Expand All @@ -115,6 +118,7 @@ var singlePluralAssertions = []tt{
{"index", "indices"},
{"information", "information"},
{"jeans", "jeans"},
{"lapse", "lapses"},
{"louse", "lice"},
{"lunch", "lunches"},
{"marsh", "marshes"},
Expand All @@ -130,6 +134,7 @@ var singlePluralAssertions = []tt{
{"ovum", "ova"},
{"ox", "oxen"},
{"payment_information", "payment_information"},
{"pepsi", "pepsis"},
{"person", "people"},
{"perspective", "perspectives"},
{"phenomenon", "phenomena"},
Expand All @@ -141,6 +146,7 @@ var singlePluralAssertions = []tt{
{"prize", "prizes"},
{"process", "processes"},
{"prometheus", "prometheuses"},
{"psi", "psis"},
{"puppy", "puppies"},
{"query", "queries"},
{"quiz", "quizzes"},
Expand Down
1 change: 0 additions & 1 deletion plural_rules.go
Expand Up @@ -225,7 +225,6 @@ var singularToPluralSuffixList = []singularToPluralSuffix{
{"ode", "odes"},
{"ofe", "oves"},
{"pfe", "pves"},
{"pse", "psis"},
{"qfe", "qves"},
{"quy", "quies"},
{"rfe", "rves"},
Expand Down

0 comments on commit 4d28a21

Please sign in to comment.