From 4b8661270d999e302d183de5184c8cafd574aa62 Mon Sep 17 00:00:00 2001 From: peavey Date: Tue, 26 Aug 2008 04:43:54 +0000 Subject: Add test cases that fails current matching, fix to follow soon. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10301 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/testsuite.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/testsuite.cpp b/src/testsuite.cpp index 1c831ba50..8343aed27 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -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"); -- cgit v1.2.3