From b7b04dc6bb3812f8d510c50936e9d4445ba78dff Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sun, 26 May 2019 16:02:24 +0100 Subject: [PATCH] test: improve test_mutt_str_strnfcpy() --- test/string/mutt_str_strnfcpy.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/string/mutt_str_strnfcpy.c b/test/string/mutt_str_strnfcpy.c index a4c35f00b..cd2e69c5b 100644 --- a/test/string/mutt_str_strnfcpy.c +++ b/test/string/mutt_str_strnfcpy.c @@ -101,4 +101,8 @@ void test_mutt_str_strnfcpy(void) TEST_MSG("Actual : %s", big); } } + // buf: null empty normal + // str: null empty normal + // limit + } -- 2.40.0