add some additional pluralization tests, order alphabetically to ease adds
This commit is contained in:
@@ -3,65 +3,69 @@
|
||||
|
||||
local tests = {
|
||||
makeplural = {
|
||||
stamen = "stamens",
|
||||
caveman = "cavemen",
|
||||
zorkmid = "zorkmids",
|
||||
shaman = "shamans",
|
||||
algae = "algae",
|
||||
larvae = "larvae",
|
||||
woman = "women",
|
||||
nerf = "nerfs",
|
||||
serf = "serfs",
|
||||
knife = "knives",
|
||||
baluchitherium = "baluchitheria",
|
||||
mycelium = "mycelia",
|
||||
hyphae = "hyphae",
|
||||
amoeba = "amoebae",
|
||||
vertebra = "vertebrae",
|
||||
fungus = "fungi",
|
||||
homunculus = "homunculi",
|
||||
bus = "buses",
|
||||
lotus = "lotuses",
|
||||
wumpus = "wumpuses",
|
||||
nemesis = "nemeses",
|
||||
matzoh = "matzot",
|
||||
matzah = "matzot",
|
||||
gateau = "gateaus",
|
||||
gateaux = "gateauxes",
|
||||
baluchitherium = "baluchitheria",
|
||||
bordeau = "bordeaus",
|
||||
ox = "oxen",
|
||||
VAX = "VAXES",
|
||||
goose = "geese",
|
||||
tomato = "tomatoes",
|
||||
potato = "potatoes",
|
||||
dingo = "dingoes",
|
||||
fox = "foxes",
|
||||
cookie = "cookies",
|
||||
["bunch of grapes"] = "bunches of grapes",
|
||||
bus = "buses",
|
||||
candelabrum = "candelabra",
|
||||
caveman = "cavemen",
|
||||
child = "children",
|
||||
cookie = "cookies",
|
||||
deer = "deer",
|
||||
dingo = "dingoes",
|
||||
epoch = "epochs",
|
||||
fish = "fish",
|
||||
foot = "feet",
|
||||
tuna = "tuna",
|
||||
manes = "manes",
|
||||
ninja = "ninja",
|
||||
sheep = "sheep",
|
||||
ronin = "ronin",
|
||||
roshi = "roshi",
|
||||
shito = "shito",
|
||||
tengu = "tengu",
|
||||
vortex = "vortices",
|
||||
child = "children",
|
||||
scale = "scales",
|
||||
tooth = "teeth",
|
||||
fox = "foxes",
|
||||
fungus = "fungi",
|
||||
gateau = "gateaus",
|
||||
gateaux = "gateauxes",
|
||||
gauntlet = "gauntlets",
|
||||
["gauntlet of power"] = "gauntlets of power",
|
||||
priestess = "priestesses",
|
||||
valkyrie = "valkyries",
|
||||
goose = "geese",
|
||||
homunculus = "homunculi",
|
||||
hoof = "hooves",
|
||||
hyphae = "hyphae",
|
||||
knife = "knives",
|
||||
larvae = "larvae",
|
||||
loch = "lochs",
|
||||
lotus = "lotuses",
|
||||
louse = "lice",
|
||||
manes = "manes",
|
||||
matzah = "matzot",
|
||||
matzoh = "matzot",
|
||||
mech = "mechs",
|
||||
mouse = "mice",
|
||||
mycelium = "mycelia",
|
||||
nemesis = "nemeses",
|
||||
nerf = "nerfs",
|
||||
ninja = "ninja",
|
||||
ox = "oxen",
|
||||
potato = "potatoes",
|
||||
priestess = "priestesses",
|
||||
ronin = "ronin",
|
||||
roshi = "roshi",
|
||||
scale = "scales",
|
||||
serf = "serfs",
|
||||
shaman = "shamans",
|
||||
sheep = "sheep",
|
||||
shito = "shito",
|
||||
["slice of cake"] = "slices of cake",
|
||||
stamen = "stamens",
|
||||
tech = "techs",
|
||||
tengu = "tengu",
|
||||
tomato = "tomatoes",
|
||||
tooth = "teeth",
|
||||
tuna = "tuna",
|
||||
valkyrie = "valkyries",
|
||||
VAX = "VAXES",
|
||||
vertebra = "vertebrae",
|
||||
vortex = "vortices",
|
||||
woman = "women",
|
||||
wumpus = "wumpuses",
|
||||
zorkmid = "zorkmids",
|
||||
},
|
||||
an = {
|
||||
a = "an a",
|
||||
|
||||
Reference in New Issue
Block a user