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

index f2fc0f61140f2b4b7c23b6044a1e89b8a693b067..747ed43715c041d02c68d7b24a9c5847f4502d0a 100644 (file)
@@ -131,4 +131,6 @@ void test_mutt_str_split(void)
     mutt_list_clear(&expectedval5);
     mutt_list_clear(&expectedval6);
   }
+  // move to list?
+
 }