1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

regex-tests: fix possible Turkish false-alarm

* modules/regex-tests (Depends-on): Add wctype-h.
* tests/test-regex.c: Include wctype.h.
(main): Check that ‘i’ uppercases to ‘İ’ in Turkish,
as the Turkish regex test assumes this.
This commit is contained in:
Paul Eggert
2020-09-25 19:00:53 -07:00
parent 5f0a97fc50
commit 16cd53b1c0
3 changed files with 10 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ tests/macros.h
Depends-on:
gettext-h
localcharset
wctype-h
configure.ac: