mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Another edge case suggested by peavey (passes)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10148 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
dd6464f8f6
commit
e9b7d71c55
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user