]> Savannah Git Hosting - gnulib.git/commit
Test that c_iscntrl agrees with iscntrl, etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Sep 2015 19:26:38 +0000 (12:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Sep 2015 19:27:21 +0000 (12:27 -0700)
commita406de9ca244049b57252b7e22b4b8cdf8fe0609
tree621ed69d24349586147c702a541bfe2725cd3e6d
parent5b09f8c067109f560ce7d4b70127a33862f42733
Test that c_iscntrl agrees with iscntrl, etc.

Suggested by Daniel Richard G. in:
http://lists.gnu.org/archive/html/bug-gnulib/2015-09/msg00034.html
* modules/c-ctype-tests (Depends-on): Add ctype.
* tests/test-c-ctype.c: Include <ctype.h>.
(NCHARS): New constant.
(test_agree_with_C_locale): New function.
(main): Use it.
(test_all): Use named constants.
ChangeLog
modules/c-ctype-tests
tests/test-c-ctype.c