mirror of
https://github.com/curl/curl.git
synced 2026-06-18 01:25:40 +03:00
unit1307: test many wildcards too
This commit is contained in:
parent
2a1b2b4ef5
commit
2c0c4dff08
1 changed files with 5 additions and 1 deletions
|
|
@ -204,7 +204,11 @@ static const struct testcase tests[] = {
|
|||
|
||||
{ "Lindmätarv", "Lindmätarv", MATCH },
|
||||
|
||||
{ "", "", MATCH }
|
||||
{ "", "", MATCH },
|
||||
{"**]*[*[\x13]**[*\x13)]*]*[**[*\x13~r-]*]**[.*]*[\xe3\xe3\xe3\xe3\xe3\xe3"
|
||||
"\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3\xe3"
|
||||
"\xe3\xe3\xe3\xe3\xe3*[\x13]**[*\x13)]*]*[*[\x13]*[~r]*]*\xba\x13\xa6~b-]*",
|
||||
"a", NOMATCH }
|
||||
};
|
||||
|
||||
static CURLcode unit_setup(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue