Sébastien Helleu
|
b460055f78
|
tests: add tests of regex replace with empty regex or regex_replace
|
2014-11-23 08:32:52 +01:00 |
|
Sébastien Helleu
|
633a32ccd3
|
api: add regex replace feature in function string_eval_expression
|
2014-10-22 21:19:54 +02:00 |
|
Sébastien Helleu
|
f62f759c3d
|
core: add hide of chars in string in evaluation of expressions
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
2014-10-16 20:46:06 +02:00 |
|
Sébastien Helleu
|
5014231818
|
tests: add some tests on function eval_expression
|
2014-10-12 17:58:13 +02:00 |
|
Sébastien Helleu
|
f39b37351c
|
tests: fix build of tests when the build directory is outside source tree (closes #178)
|
2014-08-25 07:38:38 +02:00 |
|
Sébastien Helleu
|
db9a8e7bc4
|
tests: add unit tests using CppUTest
The tests can be run only via CMake:
1. build with tests: cmake .. -DENABLE_TESTS=ON
2. make
3. ctest (or ctest -V for verbose output)
|
2014-07-20 12:13:25 +02:00 |
|