summaryrefslogtreecommitdiff
path: root/tests/test-mbsrtoc32s.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* Tweak recently added tests.Bruno Haible2020-01-051-2/+2
| | | | | | * tests/test-mbrtoc32.c: Make signature consistent with uchar.in.h. * tests/test-mbsrtoc32s.c: Likewise. * tests/test-mbsnrtoc32s.c: Likewise.
* mbsrtoc32s tests: Enhance test.Bruno Haible2020-01-041-8/+8
| | | | | * tests/test-mbsrtoc32s.c (main): Include a non-BMP character in the test strings for UTF-8 and GB18030.
* mbsrtoc32s: Add tests.Bruno Haible2020-01-041-0/+293
* tests/test-mbsrtoc32s.c: New file, based on tests/test-mbsrtowcs.c. * tests/test-mbsrtoc32s-1.sh: New file, based on tests/test-mbsrtowcs1.sh. * tests/test-mbsrtoc32s-2.sh: New file, based on tests/test-mbsrtowcs2.sh. * tests/test-mbsrtoc32s-3.sh: New file, based on tests/test-mbsrtowcs3.sh. * tests/test-mbsrtoc32s-4.sh: New file, based on tests/test-mbsrtowcs4.sh. * modules/mbsrtoc32s-tests: New file, based on modules/mbsrtowcs-tests.