1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

unit1307: test many wildcards too

This commit is contained in:
Daniel Stenberg 2018-01-16 15:57:30 +01:00
parent 2a1b2b4ef5
commit 2c0c4dff08
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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)