Add three more unit tests for regex_replace()

This commit is contained in:
Thomas Jensen
2021-11-01 21:20:37 +01:00
parent ab28ad8c3a
commit b07af10931
4 changed files with 74 additions and 4 deletions

View File

@ -29,6 +29,10 @@
void test_compile_pattern_empty(void **state);
void test_compile_pattern_error(void **state);
void test_regex_replace_invalid_utf(void **state);
void test_regex_replace_buffer_resize(void **state);
void test_regex_replace_error(void **state);
#endif