From: Richard Russon Date: Sun, 26 May 2019 15:02:24 +0000 (+0100) Subject: test: improve test_mutt_str_strfcpy() X-Git-Tag: 2019-10-25~187^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c2c8dac323476b75de1e611b4679e7fd072635;p=neomutt test: improve test_mutt_str_strfcpy() --- diff --git a/test/string/mutt_str_strfcpy.c b/test/string/mutt_str_strfcpy.c index 20f83eec6..ca8209b54 100644 --- a/test/string/mutt_str_strfcpy.c +++ b/test/string/mutt_str_strfcpy.c @@ -76,4 +76,7 @@ void test_mutt_str_strfcpy(void) TEST_MSG("Actual : %zu", len); } } + // buf: null empty normal + // str: null empty normal + }