Skip to content

Commit 2c17de8

Browse files
rscharfegitster
authored andcommitted
test-ctype: test islower and isupper
Test the character classifiers added by 43ccdf5 (ctype: implement islower/isupper macro, 2012-02-10). Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d5071be commit 2c17de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/helper/test-ctype.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ int cmd__ctype(int argc, const char **argv)
5353
TEST_CLASS(is_regex_special, "$()*+.?[\\^{|");
5454
TEST_CLASS(is_pathspec_magic, "!\"#%&',-/:;<=>@_`~");
5555
TEST_CLASS(isascii, ASCII);
56+
TEST_CLASS(islower, LOWER);
57+
TEST_CLASS(isupper, UPPER);
5658

5759
return rc;
5860
}

0 commit comments

Comments
 (0)