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:
Michael Vetter
2026-02-24 20:00:57 +01:00
parent a7be9f1280
commit b7d53adba6
3 changed files with 60 additions and 0 deletions

View File

@@ -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);