diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-29 07:39:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-29 07:39:30 +0200 |
commit | 3d6b9ff5a7bfda96b20bbf0433700f8d49932011 (patch) | |
tree | b4d9fd3c18c6877935f4b8fa262320905f2d6215 /tests/unit/core/test-string.cpp | |
parent | 3ffbb85cb973531ed6c39849170250311f53906b (diff) | |
download | weechat-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.cpp | 2 |
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: |