Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-16 | Tests: Add test for case-insensitive matching | sin-ack | |
2021-05-14 | Tests: Free all memory allocated with regcomp in RegexLibC tests | Andrew Kaster | |
The C interface (posix interface?) for regexes has no "initialize" function, only a free function. The comment in regcomp in LibRegex/C/Regex.cpp notes that calling regcomp without a regfree is an error, and will leak memory. Every single time regcomp is called on a regex_t*, it will allocate new memory. Make sure that all the regcomp calls are paired with a regfree in the tests program | |||
2021-05-06 | Tests: Move LibRegex tests to Tests/LibRegex | Brian Gianforcaro | |