]> git.ipfire.org Git - thirdparty/git.git/commit
t: improve the test-case for parse_names()
authorChandra Pratap <chandrapratap3519@gmail.com>
Wed, 29 May 2024 16:59:31 +0000 (22:29 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 May 2024 14:30:10 +0000 (07:30 -0700)
commitefa8786800618b4119536d2af8f0bbcfa86b1c04
treee5c2a56debdfb5c75a9e4b7d11c0652ea07a928e
parente31efffc28b2d22137587ba9c0c71f03713df4b9
t: improve the test-case for parse_names()

In the existing test-case for parse_names(), the fact that empty
lines should be ignored is not obvious because the empty line is
immediately followed by end-of-string. This can be mistaken as the
empty line getting replaced by NULL. Improve this by adding a
non-empty line after the empty one to demonstrate the intended behavior.

Mentored-by: Patrick Steinhardt <ps@pks.im>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Chandra Pratap <chandrapratap3519@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/unit-tests/t-reftable-basics.c