Add some plural/an tests

This commit is contained in:
Pasi Kallinen
2021-07-17 23:29:30 +03:00
parent fc62610ee3
commit 76bb205367

View File

@@ -66,6 +66,10 @@ local tests = {
woman = "women",
wumpus = "wumpuses",
zorkmid = "zorkmids",
monarch = "monarchs",
stomach = "stomachs",
loch = "lochs",
tech = "techs",
},
an = {
a = "an a",
@@ -79,6 +83,9 @@ local tests = {
["one-eyed"] = "a one-eyed",
candy = "a candy",
eucalyptus = "a eucalyptus",
ukulele = "a ukulele",
uke = "a uke",
["useful tool"] = "a useful tool",
}
}