aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testWordList.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
commit191d250adfd9d50846db5350641d279cad39c325 (patch)
tree745391be4a4c56cf6823da5ac840b912ef83557d /test/unit/testWordList.cxx
parent601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 (diff)
downloadscintilla-mirror-191d250adfd9d50846db5350641d279cad39c325.tar.gz
Remove line-end white space.
Diffstat (limited to 'test/unit/testWordList.cxx')
-rw-r--r--test/unit/testWordList.cxx2
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", '~'));