index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
core
/
test-string.cpp
Age
Commit message (
Collapse
)
Author
2015-08-24
api: fix handle of invalid escape in function string_convert_escaped_chars()
Sébastien Helleu
And a new test is now checking that "\" returns "".
2015-08-22
api: add function string_hex_dump()
Sébastien Helleu
2015-06-24
api: add function string_eval_path_home()
Sébastien Helleu
2015-04-11
core: add options weechat.look.word_chars_{highlight|input} (closes #55, ↵
Sébastien Helleu
task #9459)
2015-03-22
tests: check that function string_strndup returns NULL if the given string ↵
Sébastien Helleu
is NULL
2015-03-06
tests: remove compiler warnings about unused parameters
Sébastien Helleu
2015-03-03
tests: remove unused variables
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-12-10
tests: fix compilation of tests with clang (closes #275)
Sébastien Helleu
2014-11-03
tests: add tests of functions string_shared_get and string_shared_free
Sébastien Helleu
2014-10-12
tests: add test of function string_split_shell with an empty string
Sébastien Helleu
2014-10-12
tests: add extra check of argv pointer in test of string_split functions
Sébastien Helleu
2014-10-12
tests: initialize argc to -1 instead of 1 before some tests
Sébastien Helleu
2014-08-25
tests: fix build of tests when the build directory is outside source tree ↵
Sébastien Helleu
(closes #178)
2014-08-14
tests: fix memory leaks
Sébastien Helleu
2014-08-14
tests: add tests of function string_split_shell
Sébastien Helleu
2014-08-14
tests: add tests of function string_replace_with_callback
Sébastien Helleu
2014-08-09
tests: add tests of function string_replace_regex
Sébastien Helleu
2014-08-06
tests: add TODO comments for missing tests
Sébastien Helleu
2014-08-02
tests: add tests of functions string_is_command_char and string_input_for_buffer
Sébastien Helleu
2014-08-02
tests: add tests of base 16/64 decoding/encoding
Sébastien Helleu
2014-08-02
api: fix function string_format_size on 32-bit systems
Sébastien Helleu
2014-08-01
tests: add tests of function string_format_size
Sébastien Helleu
2014-07-31
tests: add tests of functions string_iconv*
Sébastien Helleu
2014-07-29
tests: add tests of function string_is_word_char
Sébastien Helleu
2014-07-20
tests: add unit tests using CppUTest
Sébastien Helleu
The tests can be run only via CMake: 1. build with tests: cmake .. -DENABLE_TESTS=ON 2. make 3. ctest (or ctest -V for verbose output)