From f6bc0ea88ffc93459eba56a1f1872099500405a0 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 16 Mar 2018 16:57:06 +1100 Subject: Backport: Remove line-end white space. Backport of changeset 6625:2dd6b8049c4e. --- test/unit/testWordList.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/testWordList.cxx') 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", '~')); -- cgit v1.2.3