mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 09:36:22 +00:00
tests: Add tests for string_matches_one_of()
Writing this test I'm unsure whether a function like string_matches_one_of() should actually call cons_show(). Let's just note that for later.
This commit is contained in:
@@ -41,3 +41,4 @@ void test_strtoi_range_out_of_range(void** state);
|
||||
void test_strtoi_range_invalid_input(void** state);
|
||||
void test_strtoi_range_null_empty_input(void** state);
|
||||
void test_strtoi_range_null_err_msg(void** state);
|
||||
void test_string_matches_one_of_edge_cases(void** state);
|
||||
|
||||
Reference in New Issue
Block a user