diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-01-16 15:57:30 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-17 11:14:57 +0100 |
commit | 2c0c4dff083f9b258c18456567cf15fa32e3acd7 (patch) | |
tree | 896dc86784c91363d0f7e7388a9eadcecc3023c0 | |
parent | 2a1b2b4ef5a64c36d431eb6f9fd6958042b17d62 (diff) |
unit1307: test many wildcards too
-rw-r--r-- | tests/unit/unit1307.c | 6 |
1 files changed, 5 insertions, 1 deletions
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) |