X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Ftestsuite.cpp;h=9ab30ff2d2b1a2c7805f74392593e8326ee421a9;hb=985c2bd1e6ea0bba467143406b83ba4a9f77fce1;hp=ee3346d9d5162134116b2707efe51aef086dc656;hpb=dd6464f8f64ba25f428a4d81a592a0223d45ca53;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/testsuite.cpp b/src/testsuite.cpp index ee3346d9d..9ab30ff2d 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -118,6 +118,7 @@ bool TestSuite::DoWildTests() WCTEST("foobar", "foo??r"); WCTEST("foobar.test", "fo?bar.*t"); WCTEST("foobar", "foobar"); + WCTEST("foobar", "foo***bar"); WCTESTNOT("foobar", "bazqux"); WCTESTNOT("foobar", "*qux");