mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-17 10:11:42 +02:00
Add three more unit tests for regex_replace()
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user