summaryrefslogtreecommitdiff
path: root/tests/test-mbrtoc32-5.sh
Commit message (Collapse)AuthorAgeFilesLines
* mbrtoc32 tests: Add comment.Bruno Haible2023-04-031-2/+5
| | | | | | | | * m4/mbrtowc.m4 (gl_MBRTOWC_C_LOCALE): Add comment. * m4/mbrtoc32.m4 (gl_MBRTOC32_C_LOCALE): Add comment. * tests/test-mbrtoc32.c: Add comment. * tests/test-mbrtoc32-5.sh: Use symmetric coding style. * doc/posix-functions/mbrtoc32.texi: Update.
* mbrtoc32: Add tests.Bruno Haible2020-01-041-0/+6
* tests/test-mbrtoc32.c: New file, based on tests/test-mbrtowc.c. * tests/test-mbrtoc32-1.sh: New file, based on tests/test-mbrtowc1.sh. * tests/test-mbrtoc32-2.sh: New file, based on tests/test-mbrtowc2.sh. * tests/test-mbrtoc32-3.sh: New file, based on tests/test-mbrtowc3.sh. * tests/test-mbrtoc32-4.sh: New file, based on tests/test-mbrtowc4.sh. * tests/test-mbrtoc32-5.sh: New file, based on tests/test-mbrtowc5.sh. * tests/test-mbrtoc32-w32.c: New file, based on tests/test-mbrtowc-w32.c. * tests/test-mbrtoc32-w32-1.sh: New file, based on tests/test-mbrtowc-w32-1.sh. * tests/test-mbrtoc32-w32-2.sh: New file, based on tests/test-mbrtowc-w32-2.sh. * tests/test-mbrtoc32-w32-3.sh: New file, based on tests/test-mbrtowc-w32-3.sh. * tests/test-mbrtoc32-w32-4.sh: New file, based on tests/test-mbrtowc-w32-4.sh. * tests/test-mbrtoc32-w32-5.sh: New file, based on tests/test-mbrtowc-w32-5.sh. * tests/test-mbrtoc32-w32-6.sh: New file, based on tests/test-mbrtowc-w32-6.sh. * tests/test-mbrtoc32-w32-7.sh: New file, based on tests/test-mbrtowc-w32-7.sh. * modules/mbrtoc32-tests: New file, based on modules/mbrtowc-tests.