summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-core-eval.cpp
AgeCommit message (Expand)Author
2021-09-20core: add creation of user variables in evaluated expressions with ${define:n...Sébastien Helleu
2021-09-06api: add split of string and shell arguments in evaluation of expressionsSébastien Helleu
2021-08-29api: add "${re:repl_index}" to get the index of replacement in function strin...Sébastien Helleu
2021-08-06core: fix decoding of attributes in basic ANSI colors (closes #1678)Sébastien Helleu
2021-08-03api: add random integer number in evaluation of expressions with "random:min,...Sébastien Helleu
2021-05-16tests: remove dependency on French locale in eval testsSébastien Helleu
2021-05-16tests: add missing include of locale.h in eval testsSébastien Helleu
2021-05-16tests: add tests on translation in evaluated expressionsSébastien Helleu
2021-04-04core: evaluate left/right part of comparison after split on the comparison op...Sébastien Helleu
2021-03-17api: add support of pointer names in function string_eval_expression (direct ...Sébastien Helleu
2021-02-05core: add raw string in evaluation of expressions with "raw:xxx" (closes #1611)Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2021-01-01core: add indentation and colors in /eval debug outputSébastien Helleu
2020-12-31core: display more verbose debug with two "-d" in command /evalSébastien Helleu
2020-12-25core: do not remove quotes in arguments of command /eval (closes #1601)Sébastien Helleu
2020-11-14core: add evaluation of conditions in evaluation of expressions with "eval_co...Sébastien Helleu
2020-08-05tests: fix name of some unit testsSébastien Helleu
2020-05-21core: add base 16/32/64 encoding/decoding in evaluation of expressionsSébastien Helleu
2020-05-17tests: run tests on plugins only if the plugins are enabled and compiledSébastien Helleu
2020-05-05core: add include comparison operators in evaluation of expressionsSébastien Helleu
2020-02-04tests: add eval tests with debug enabledSébastien Helleu
2020-01-27tests: add eval tests with hdata variables of different typesSébastien Helleu
2020-01-27tests: add eval tests on conditions with text after closing parenthesisSébastien Helleu
2020-01-27tests: add eval tests on conditions with leading and trailing spaces (ignored)Sébastien Helleu
2020-01-27tests: add eval tests on "regex not matching" comparisonSébastien Helleu
2020-01-27tests: add eval tests with hdata list name and pointerSébastien Helleu
2020-01-27tests: add eval tests with buffer local variablesSébastien Helleu
2020-01-27tests: add eval tests on options with different typesSébastien Helleu
2020-01-27tests: add eval test with empty value for "date:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "modifier:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "repeat:"Sébastien Helleu
2020-01-27tests: add eval tests with invalid values for "cut:" and "cutscr:"Sébastien Helleu
2020-01-27tests: add eval test with invalid value for "hide:"Sébastien Helleu
2020-01-27tests: add eval test with invalid regex groupSébastien Helleu
2020-01-27tests: add evaluation tests with ternary operator and escape of prefix ("$")Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-12-18core: fix evaluation of condition with nested "if" (closes #1434)Sébastien Helleu
2019-10-12core: add reverse of string for screen in evaluation of expressions with "rev...Sébastien Helleu
2019-10-06core: add support of modifiers in evaluation of expressions with "modifier:na...Sébastien Helleu
2019-09-21core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}Sébastien Helleu
2019-09-21core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressionsSébastien Helleu
2019-09-20core: add calculation of expression in evaluation of expressions with "calc:....Sébastien Helleu
2019-01-26tests: fix evaluation tests on FreeBSDSébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu