]> granicus.if.org Git - neomutt/commitdiff
test: improve test_mutt_str_strcasestr()
authorRichard Russon <rich@flatcap.org>
Sun, 26 May 2019 15:02:24 +0000 (16:02 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 26 May 2019 16:18:13 +0000 (17:18 +0100)
test/string/mutt_str_strcasestr.c

index ca521b26d416c111f90f0c2014dd2360bb488042..d56a96c785abd26323b4ca8d3989d49e29df0f6d 100644 (file)
@@ -119,4 +119,9 @@ void test_mutt_str_strcasestr(void)
 
     TEST_CHECK_(retval == NULL, "Expected: %s, Actual: %s", NULL, retval);
   }
+  // null
+  // no match
+  // one match: start,middle,end
+  // multi-matches
+
 }