mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
tests: add tests of function string_is_word_char
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user