|
@@ -18,7 +18,7 @@ const char *testc_module[][2] = {
|
|
|
{"testc_faux_str_getline", "Get line from string"},
|
|
{"testc_faux_str_getline", "Get line from string"},
|
|
|
{"testc_faux_str_numcmp", "Numeric comparison"},
|
|
{"testc_faux_str_numcmp", "Numeric comparison"},
|
|
|
{"testc_faux_str_c_esc_quote", "Escape and add quotes for string with spaces"},
|
|
{"testc_faux_str_c_esc_quote", "Escape and add quotes for string with spaces"},
|
|
|
- {"testc_faux_str_casecmpn", "String comparison with length"},
|
|
|
|
|
|
|
+ {"testc_faux_str_casecmpn", "String comparison with length ignoring case"},
|
|
|
|
|
|
|
|
// ini
|
|
// ini
|
|
|
{"testc_faux_ini_parse_file", "Complex test of INI file parsing"},
|
|
{"testc_faux_ini_parse_file", "Complex test of INI file parsing"},
|