diff options
-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) |