
Functions | |
| TestSuite (list_scanner,.init=setup,.fini=teardown) | |
| Test (list_scanner, individual_items_are_scanned) | |
| Test (list_scanner, unquoted_empty_items_are_skipped_to_make_it_easy_to_concatenate_lists) | |
| Test (list_scanner, quoted_empty_items_are_parsed_as_empty_values) | |
| Test (list_scanner, comma_delimiter_values_are_split) | |
| Test (list_scanner, comma_and_arg_are_equivalent) | |
| Test (list_scanner, works_with_gstring_input) | |
| Test (list_scanner, works_with_simple_input) | |
| Test (list_scanner, handles_single_quotes) | |
| Test (list_scanner, handles_double_quotes) | |
| Test (list_scanner, malformed_quotes) | |
Variables | |
| ListScanner * | list_scanner |
| Test | ( | list_scanner | , |
| comma_and_arg_are_equivalent | |||
| ) |
| Test | ( | list_scanner | , |
| comma_delimiter_values_are_split | |||
| ) |
| Test | ( | list_scanner | , |
| handles_double_quotes | |||
| ) |
| Test | ( | list_scanner | , |
| handles_single_quotes | |||
| ) |
| Test | ( | list_scanner | , |
| individual_items_are_scanned | |||
| ) |
| Test | ( | list_scanner | , |
| malformed_quotes | |||
| ) |
| Test | ( | list_scanner | , |
| quoted_empty_items_are_parsed_as_empty_values | |||
| ) |
| Test | ( | list_scanner | , |
| unquoted_empty_items_are_skipped_to_make_it_easy_to_concatenate_lists | |||
| ) |
| Test | ( | list_scanner | , |
| works_with_gstring_input | |||
| ) |
| Test | ( | list_scanner | , |
| works_with_simple_input | |||
| ) |
| TestSuite | ( | list_scanner | , |
| . | init = setup, |
||
| . | fini = teardown |
||
| ) |
| ListScanner* list_scanner |