]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/testsuite.cpp
Add OnParameterMissing to modehandler, called when the mode handler should have a...
[user/henk/code/inspircd.git] / src / testsuite.cpp
index ee3346d9d5162134116b2707efe51aef086dc656..9ab30ff2d2b1a2c7805f74392593e8326ee421a9 100644 (file)
@@ -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");