From febc33fd5272834b5290aeb9d8e3638aca886cda Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 13 Nov 2021 13:03:16 +0100 Subject: add tests for Trio parsing --- src/gamedata.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') 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), -- cgit v1.2.3