summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-string.cpp
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-07-29 07:39:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-29 07:39:30 +0200
commit3d6b9ff5a7bfda96b20bbf0433700f8d49932011 (patch)
treeb4d9fd3c18c6877935f4b8fa262320905f2d6215 /tests/unit/core/test-string.cpp
parent3ffbb85cb973531ed6c39849170250311f53906b (diff)
downloadweechat-3d6b9ff5a7bfda96b20bbf0433700f8d49932011.zip
tests: add tests of function string_is_word_char
Diffstat (limited to 'tests/unit/core/test-string.cpp')
-rw-r--r--tests/unit/core/test-string.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/core/test-string.cpp b/tests/unit/core/test-string.cpp
index f430d870d..729286e41 100644
--- a/tests/unit/core/test-string.cpp
+++ b/tests/unit/core/test-string.cpp
@@ -363,7 +363,6 @@ TEST(String, ConvertEscapedChars)
* string_is_word_char
*/
-/*
TEST(String, IsWordChar)
{
LONGS_EQUAL(0, string_is_word_char (NULL));
@@ -379,7 +378,6 @@ TEST(String, IsWordChar)
LONGS_EQUAL(1, string_is_word_char ("_abc"));
LONGS_EQUAL(1, string_is_word_char ("|abc"));
}
-*/
/*
* Tests functions: