diff options
Diffstat (limited to 'src/gamedata.rs')
-rw-r--r-- | src/gamedata.rs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gamedata.rs b/src/gamedata.rs index dc035b2..06d3803 100644 --- a/src/gamedata.rs +++ b/src/gamedata.rs @@ -779,6 +779,12 @@ mod tests { ("sloth", Slothasor), ("slothasor", Slothasor), ("Slothasor", Slothasor), + ("trio", BanditTrio), + ("bandit trio", BanditTrio), + ("Trio", BanditTrio), + ("berg", BanditTrio), + ("zane", BanditTrio), + ("narella", BanditTrio), ("matthias", Matthias), ("Matthias", Matthias), ("kc", KeepConstruct), @@ -892,6 +898,12 @@ mod tests { ("sloth", Slothasor), ("slothasor", Slothasor), ("Slothasor", Slothasor), + ("berg", Berg), + ("Berg", Berg), + ("zane", Zane), + ("Zane", Zane), + ("narella", Narella), + ("Narella", Narella), ("matthias", Matthias), ("Matthias", Matthias), ("kc", KeepConstruct), |