]> git.ipfire.org Git - thirdparty/git.git/commit
test-ctype: test iscntrl, ispunct, isxdigit and isprint
authorRené Scharfe <l.s.r@web.de>
Mon, 13 Feb 2023 21:12:02 +0000 (22:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2023 21:36:05 +0000 (13:36 -0800)
commit567342fc7762ce5b04452c0b8e758ff3e673d4b7
treee229f383bfb1fb9e17e5e27d46f44100b4cf89b3
parent2c17de8b37c52850261e173ba98306fadd5d5aa1
test-ctype: test iscntrl, ispunct, isxdigit and isprint

Test the character classifiers added by 1c149ab2dd (ctype: support
iscntrl, ispunct, isxdigit and isprint, 2012-10-15) and 0fcec2ce54
(format-patch: make rfc2047 encoding more strict, 2012-10-18).

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-ctype.c