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-core-eval.cpp
Age
Commit message (
Expand
)
Author
2020-02-04
tests: add eval tests with debug enabled
Sébastien Helleu
2020-01-27
tests: add eval tests with hdata variables of different types
Sébastien Helleu
2020-01-27
tests: add eval tests on conditions with text after closing parenthesis
Sébastien Helleu
2020-01-27
tests: add eval tests on conditions with leading and trailing spaces (ignored)
Sébastien Helleu
2020-01-27
tests: add eval tests on "regex not matching" comparison
Sébastien Helleu
2020-01-27
tests: add eval tests with hdata list name and pointer
Sébastien Helleu
2020-01-27
tests: add eval tests with buffer local variables
Sébastien Helleu
2020-01-27
tests: add eval tests on options with different types
Sébastien Helleu
2020-01-27
tests: add eval test with empty value for "date:"
Sébastien Helleu
2020-01-27
tests: add eval tests with invalid values for "modifier:"
Sébastien Helleu
2020-01-27
tests: add eval tests with invalid values for "repeat:"
Sébastien Helleu
2020-01-27
tests: add eval tests with invalid values for "cut:" and "cutscr:"
Sébastien Helleu
2020-01-27
tests: add eval test with invalid value for "hide:"
Sébastien Helleu
2020-01-27
tests: add eval test with invalid regex group
Sébastien Helleu
2020-01-27
tests: add evaluation tests with ternary operator and escape of prefix ("$")
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-12-18
core: fix evaluation of condition with nested "if" (closes #1434)
Sébastien Helleu
2019-10-12
core: add reverse of string for screen in evaluation of expressions with "rev...
Sébastien Helleu
2019-10-06
core: add support of modifiers in evaluation of expressions with "modifier:na...
Sébastien Helleu
2019-09-21
core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}
Sébastien Helleu
2019-09-21
core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions
Sébastien Helleu
2019-09-20
core: add calculation of expression in evaluation of expressions with "calc:....
Sébastien Helleu
2019-01-26
tests: fix evaluation tests on FreeBSD
Sébastien Helleu
2019-01-11
tests: add tests on function irc_config_check_autojoin
Sébastien Helleu