From bdce1524bf06679573ed1875196bf43f4664fe91 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Tue, 16 Aug 2022 23:05:19 -0400 Subject: General cleanup --- src/test/java/bjc/inflexion/InflectionMLTest.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/test') diff --git a/src/test/java/bjc/inflexion/InflectionMLTest.java b/src/test/java/bjc/inflexion/InflectionMLTest.java index 54ee170..663859a 100644 --- a/src/test/java/bjc/inflexion/InflectionMLTest.java +++ b/src/test/java/bjc/inflexion/InflectionMLTest.java @@ -77,7 +77,7 @@ public class InflectionMLTest { pair("Found a few matches", 4), pair("Found several matches", 8), pair("Found many matches", 11)); - assertInflects("Searching for ....found <#f1:%d>", + assertInflects("Searching for ....found <#f1:%d>", pair("Searching for items....found none", 0), pair("Searching for items....found one", 1), pair("Searching for items....found a couple", 2), @@ -109,7 +109,7 @@ public class InflectionMLTest { pair("7 corpuses found", 7, "corpuses"), pair("7 brothers found", 7, "brothers")); - assertInflects("<#:%d> found", pair("7 maxima found", 7, "maximum"), + assertInflects("<#:%d> found", pair("7 maxima found", 7, "maximum"), pair("7 formulae found", 7, "formula"), pair("7 corpora found", 7, "corpus"), pair("7 brethren found", 7, "brother")); @@ -190,7 +190,7 @@ public class InflectionMLTest { // FIXME Don't require spaces to mark out directives. // - Ben Culkin, 10/28/18 - assertCInflects("Searching for ....found <#f1:$1>", + assertCInflects("Searching for ....found <#f1:$1>", pair("Searching for items ....found none", 0), pair("Searching for items ....found one", 1), pair("Searching for items ....found a couple", 2), @@ -222,7 +222,7 @@ public class InflectionMLTest { pair("7 corpuses found", 7, "corpuses"), pair("7 brothers found", 7, "brothers")); - assertCInflects("<#:$1> found", pair("7 maxima found", 7, "maximum"), + assertCInflects("<#:$1> found", pair("7 maxima found", 7, "maximum"), pair("7 formulae found", 7, "formula"), pair("7 corpora found", 7, "corpus"), pair("7 brethren found", 7, "brother")); -- cgit v1.2.3