]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/testsuite.cpp
Tidy up some of the internals a bit, making things a bit more extensible and future...
[user/henk/code/inspircd.git] / src / testsuite.cpp
index 1c831ba50f25f32f5c782fcd6cee8fcffc978eec..8343aed27a38012e3762aa12885d7c4ec5771358 100644 (file)
@@ -131,6 +131,9 @@ bool TestSuite::DoWildTests()
     WCTEST("foofar", "**f?*f*?");
     WCTEST("r", "*");
     WCTEST("", "");
+    WCTEST("test@foo.bar.test", "*@*.bar.test");
+    WCTEST("test@foo.bar.test", "*test*@*.bar.test");
+    WCTEST("test@foo.bar.test", "*@*test");
 
     WCTESTNOT("foobar", "bazqux");
     WCTESTNOT("foobar", "*qux");