mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 20:56:20 +00:00
Added parse_options
This commit is contained in:
@@ -39,3 +39,11 @@ void get_first_two_of_three(void **state);
|
||||
void get_first_two_of_three_first_quoted(void **state);
|
||||
void get_first_two_of_three_second_quoted(void **state);
|
||||
void get_first_two_of_three_first_and_second_quoted(void **state);
|
||||
void parse_options_when_none_returns_empty_hasmap(void **state);
|
||||
void parse_options_when_opt1_no_val_sets_error(void **state);
|
||||
void parse_options_when_one_returns_map(void **state);
|
||||
void parse_options_when_opt2_no_val_sets_error(void **state);
|
||||
void parse_options_when_two_returns_map(void **state);
|
||||
void parse_options_when_opt3_no_val_sets_error(void **state);
|
||||
void parse_options_when_three_returns_map(void **state);
|
||||
void parse_options_when_unknown_opt_sets_error(void **state);
|
||||
Reference in New Issue
Block a user