From: Daniel Stenberg Date: Tue, 16 Jan 2018 14:57:30 +0000 (+0100) Subject: unit1307: test many wildcards too X-Git-Tag: curl-7_58_0~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c0c4dff083f9b258c18456567cf15fa32e3acd7;p=curl unit1307: test many wildcards too --- diff --git a/tests/unit/unit1307.c b/tests/unit/unit1307.c index c5ec587a5..266eed392 100644 --- a/tests/unit/unit1307.c +++ b/tests/unit/unit1307.c @@ -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)