]> granicus.if.org Git - neomutt/commitdiff
test: improve test_mutt_str_strnfcpy()
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_strnfcpy.c

index a4c35f00b9a7a98605475324371f0da442efa4bf..cd2e69c5bc486ad7cdf9d222bb26be9c480d5e87 100644 (file)
@@ -101,4 +101,8 @@ void test_mutt_str_strnfcpy(void)
       TEST_MSG("Actual  : %s", big);
     }
   }
+  // buf: null empty normal
+  // str: null empty normal
+  // limit
+
 }