summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-string.cpp
AgeCommit message (Expand)Author
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