mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
unittest: mark all unit tested functions
With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still...
This commit is contained in:
parent
d5cc77b744
commit
0f7bea7c3a
8 changed files with 34 additions and 6 deletions
|
|
@ -413,6 +413,9 @@ static int loop(const unsigned char *pattern, const unsigned char *string)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* @unittest: 1307
|
||||
*/
|
||||
int Curl_fnmatch(void *ptr, const char *pattern, const char *string)
|
||||
{
|
||||
(void)ptr; /* the argument is specified by the curl_fnmatch_callback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue