]> git.99rst.org Git - git.git/commit
test-ctype: check EOF
authorRené Scharfe <redacted>
Mon, 1 May 2023 19:51:57 +0000 (21:51 +0200)
committerJunio C Hamano <redacted>
Tue, 2 May 2023 16:25:54 +0000 (09:25 -0700)
commit31885f64e96e172cc03506f875fb535172a27c05
tree4f1eaa421ab995962cd34b5462ee492ffa37d72a
parent0d1bd1dfb37ef25e1911777c94129fc769ffec38
test-ctype: check EOF

The character classifiers are supposed to allow passing EOF to them, a
negative value.  It isn't part of any character class.  Extend the tests
to cover that.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/helper/test-ctype.c
git clone https://git.99rst.org/PROJECT