diff options
Diffstat (limited to 'test/unit/testWordList.cxx')
-rw-r--r-- | test/unit/testWordList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/testWordList.cxx b/test/unit/testWordList.cxx index 22025d6e5..4d7805d1e 100644 --- a/test/unit/testWordList.cxx +++ b/test/unit/testWordList.cxx @@ -56,7 +56,7 @@ TEST_CASE("WordList") { REQUIRE(wl.InListAbridged("w..active", '~')); REQUIRE(!wl.InListAbridged("w.active", '~')); REQUIRE(!wl.InListAbridged("w.x.closed", '~')); - + REQUIRE(wl.InListAbridged("book", '~')); REQUIRE(wl.InListAbridged("bok", '~')); REQUIRE(!wl.InListAbridged("bk", '~')); |