test-ctype: test islower and isupper
Test the character classifiers added by 43ccdf56ec
(ctype: implement
islower/isupper macro, 2012-02-10).
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d5071be5ed
commit
2c17de8b37
@ -53,6 +53,8 @@ int cmd__ctype(int argc, const char **argv)
|
||||
TEST_CLASS(is_regex_special, "$()*+.?[\\^{|");
|
||||
TEST_CLASS(is_pathspec_magic, "!\"#%&',-/:;<=>@_`~");
|
||||
TEST_CLASS(isascii, ASCII);
|
||||
TEST_CLASS(islower, LOWER);
|
||||
TEST_CLASS(isupper, UPPER);
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user