TEST_CLASS         33 test-ctype.c   	TEST_CLASS(isdigit, DIGIT);
TEST_CLASS         34 test-ctype.c   	TEST_CLASS(isspace, " \n\r\t");
TEST_CLASS         35 test-ctype.c   	TEST_CLASS(isalpha, LOWER UPPER);
TEST_CLASS         36 test-ctype.c   	TEST_CLASS(isalnum, LOWER UPPER DIGIT);
TEST_CLASS         37 test-ctype.c   	TEST_CLASS(is_glob_special, "*?[\\");
TEST_CLASS         38 test-ctype.c   	TEST_CLASS(is_regex_special, "$()*+.?[\\^{|");
TEST_CLASS         39 test-ctype.c   	TEST_CLASS(is_pathspec_magic, "!\"#%&',-/:;<=>@_`~");