add some additional pluralization tests, order alphabetically to ease adds

This commit is contained in:
nhmall
2019-11-18 15:37:27 -05:00
parent d132093595
commit ea17a00310
+49 -45
View File
@@ -3,65 +3,69 @@
local tests = { local tests = {
makeplural = { makeplural = {
stamen = "stamens",
caveman = "cavemen",
zorkmid = "zorkmids",
shaman = "shamans",
algae = "algae", algae = "algae",
larvae = "larvae",
woman = "women",
nerf = "nerfs",
serf = "serfs",
knife = "knives",
baluchitherium = "baluchitheria",
mycelium = "mycelia",
hyphae = "hyphae",
amoeba = "amoebae", amoeba = "amoebae",
vertebra = "vertebrae", baluchitherium = "baluchitheria",
fungus = "fungi",
homunculus = "homunculi",
bus = "buses",
lotus = "lotuses",
wumpus = "wumpuses",
nemesis = "nemeses",
matzoh = "matzot",
matzah = "matzot",
gateau = "gateaus",
gateaux = "gateauxes",
bordeau = "bordeaus", bordeau = "bordeaus",
ox = "oxen",
VAX = "VAXES",
goose = "geese",
tomato = "tomatoes",
potato = "potatoes",
dingo = "dingoes",
fox = "foxes",
cookie = "cookies",
["bunch of grapes"] = "bunches of grapes", ["bunch of grapes"] = "bunches of grapes",
bus = "buses",
candelabrum = "candelabra", candelabrum = "candelabra",
caveman = "cavemen",
child = "children",
cookie = "cookies",
deer = "deer", deer = "deer",
dingo = "dingoes",
epoch = "epochs",
fish = "fish", fish = "fish",
foot = "feet", foot = "feet",
tuna = "tuna", fox = "foxes",
manes = "manes", fungus = "fungi",
ninja = "ninja", gateau = "gateaus",
sheep = "sheep", gateaux = "gateauxes",
ronin = "ronin",
roshi = "roshi",
shito = "shito",
tengu = "tengu",
vortex = "vortices",
child = "children",
scale = "scales",
tooth = "teeth",
gauntlet = "gauntlets", gauntlet = "gauntlets",
["gauntlet of power"] = "gauntlets of power", ["gauntlet of power"] = "gauntlets of power",
priestess = "priestesses", goose = "geese",
valkyrie = "valkyries", homunculus = "homunculi",
hoof = "hooves", hoof = "hooves",
hyphae = "hyphae",
knife = "knives",
larvae = "larvae",
loch = "lochs",
lotus = "lotuses",
louse = "lice", louse = "lice",
manes = "manes",
matzah = "matzot",
matzoh = "matzot",
mech = "mechs",
mouse = "mice", 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", ["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 = { an = {
a = "an a", a = "an a",