summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-08-15tests: properly initialize variable argc before tests on function string_splitSébastien Helleu
2018-08-15tests: add test on function string_split with a string having only delimitersSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
2018-07-13tests: fix compiler warnings on calls to snprintfSébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ...Sébastien Helleu
2018-06-02tests: add missing tests on function string_cutSébastien Helleu
2018-06-02core: count number of chars instead of bytes for suffix in function string_cutSébastien Helleu
2018-06-02tests: fix test of function utf8_strlen_screen on Han char (U+24B62)Sébastien Helleu
2018-05-20Merge remote-tracking branch 'origin/pr/623' into irc-3.2-capSébastien Helleu
2018-04-17tests: add tests on eval_expression() with different prefix/suffixSébastien Helleu
2018-04-13tests: turn off memory leak detection only when testing javascript APISébastien Helleu
2018-04-13tests: fix typo in language nameSébastien Helleu
2018-04-12tests: add tests on infolistsSébastien Helleu
2018-04-11tests: fix AST return in TCLSébastien Helleu
2018-04-11tests: fix AST return in PHPSébastien Helleu
2018-04-11tests: fix AST return in PerlSébastien Helleu
2018-04-07api: add function string_format_size in scripting APISébastien Helleu
2018-03-16tests: fix name of target in dependenciesSébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu
2018-03-09tests: fix typo in fake ncurses lib headerSébastien Helleu
2018-01-07tests: fix tests on function string_regex_flagsSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-10-28tests: add tests on command/completion hooks scripting API functionsSébastien Helleu
2017-10-27tests: add tests on prefix and color scripting API functionsSébastien Helleu
2017-10-24tests: add tests on key_bind and key_unbind scripting API functionsSébastien Helleu
2017-10-24tests: fix AST binop in Perl and LuaSébastien Helleu
2017-10-24tests: fix Tcl assignmentSébastien Helleu
2017-10-24tests: add quotes in Lua tablesSébastien Helleu
2017-10-24tests: fix Ruby stringsSébastien Helleu
2017-10-24tests: escape "@" in Perl stringsSébastien Helleu
2017-10-17core: allow floating point and hexadecimal numbers in comparison of evaluated...Sébastien Helleu
2017-10-10tests: add missing docstringSébastien Helleu
2017-10-10tests: add command /testapi.xx in test script, display elapsed time in script...Sébastien Helleu
2017-10-10tests: fix instruction "return" in Perl/Guile/PHP outputSébastien Helleu
2017-10-10tests: remove unused variableSébastien Helleu
2017-10-10tests: fix sort of Unparse classes on line numberSébastien Helleu
2017-10-07javascript: fix detection of libv8 with autotools on Ubuntu TrustySébastien Helleu
2017-10-07tests: fix scripting API tests when they are run from autotools build directorySébastien Helleu
2017-10-07tests: fix compilation of tests with autotoolsSébastien Helleu
2017-10-07tests: remove useless __init__ methodsSébastien Helleu
2017-10-07tests: fix commentsSébastien Helleu
2017-10-07tests: add scripting API tests (issue #104)Sébastien Helleu
2017-10-01tests: run command "/debug libs" in tests instead of Travis CI commandSébastien Helleu
2017-09-03tests: add PHP plugin in testsSébastien Helleu
2017-08-20tests: improve tests on dynamic stringsSébastien Helleu
2017-07-23tests: display an error if the required locale en_US.UTF-8 is not installedSébastien Helleu
2017-07-05tests: fix load of plugins in tests after a build with autotoolsSébastien Helleu
2017-07-05core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)Linus Heckemann
2017-07-05tests: fix double load of plugins when "make install" is executed before testsSébastien Helleu
2017-07-04tests: load plugins from build directory instead of installed libdirSébastien Helleu