summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-string.cpp
AgeCommit message (Expand)Author
2016-10-02api: fix return of function string_match() when there are multiple masks in t...Sébastien Helleu
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu
2016-05-14tests: add tests on function string_split_command()Sébastien Helleu
2016-05-08core: fix the hardcoded separator in string_split_commandWojciech Kwolek
2016-01-23tests: add tests on string_split() with keep_eol set to 2Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-31core: fix execution of empty command nameSébastien Helleu
2015-08-24api: fix handle of invalid escape in function string_convert_escaped_chars()Sébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
2015-03-22tests: check that function string_strndup returns NULL if the given string is...Sébastien Helleu
2015-03-06tests: remove compiler warnings about unused parametersSébastien Helleu
2015-03-03tests: remove unused variablesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-10tests: fix compilation of tests with clang (closes #275)Sébastien Helleu
2014-11-03tests: add tests of functions string_shared_get and string_shared_freeSébastien Helleu
2014-10-12tests: add test of function string_split_shell with an empty stringSébastien Helleu
2014-10-12tests: add extra check of argv pointer in test of string_split functionsSébastien Helleu
2014-10-12tests: initialize argc to -1 instead of 1 before some testsSébastien Helleu
2014-08-25tests: fix build of tests when the build directory is outside source tree (cl...Sébastien Helleu
2014-08-14tests: fix memory leaksSébastien Helleu
2014-08-14tests: add tests of function string_split_shellSébastien Helleu
2014-08-14tests: add tests of function string_replace_with_callbackSébastien Helleu
2014-08-09tests: add tests of function string_replace_regexSébastien Helleu
2014-08-06tests: add TODO comments for missing testsSébastien Helleu
2014-08-02tests: add tests of functions string_is_command_char and string_input_for_bufferSébastien Helleu
2014-08-02tests: add tests of base 16/64 decoding/encodingSébastien Helleu
2014-08-02api: fix function string_format_size on 32-bit systemsSébastien Helleu
2014-08-01tests: add tests of function string_format_sizeSébastien Helleu
2014-07-31tests: add tests of functions string_iconv*Sébastien Helleu
2014-07-29tests: add tests of function string_is_word_charSébastien Helleu
2014-07-20tests: add unit tests using CppUTestSébastien Helleu