Unverified Commit 2c0c4dff authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

unit1307: test many wildcards too

parent 2a1b2b4e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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)