Add new test scripts and generally improve code coverage of tests.
[ircu2.10.12-pk.git] / ircd / test / ircd_match_t.c
index e051e5f28a3ec37fbc346e9960401454e2b2662f..da7a28fb707da6a09e8cf0be8a071602a6677d68 100644 (file)
@@ -27,7 +27,7 @@ const struct match_test match_tests[] = {
     "abc\0",
     "abcd\0cabc\0" },
   { "*abc",
-    "abc\0fooabc\0",
+    "abc\0fooabc\0ababc\0",
     "abra\0abcd\0" },
   { "\\?",
     "?\0",