]> Savannah Git Hosting - gnulib.git/commit
unigbrk tests: Tweak error reporting.
authorBruno Haible <bruno@clisp.org>
Tue, 30 Jan 2024 16:00:44 +0000 (17:00 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 30 Jan 2024 16:00:44 +0000 (17:00 +0100)
commit918220f79d0bf064a82426d36349b25509b06004
treecc0e8ed36a7a6d335cfada9d2e03b0eb553b4c0c
parent0b826eba9c56eaf0959973bca82dd2a25c55698a
unigbrk tests: Tweak error reporting.

* tests/unigbrk/test-ulc-grapheme-breaks.c (main): Print byte values in
upper-case hexadecimal.
* tests/unigbrk/test-u8-grapheme-breaks.c (test_u8_grapheme_breaks):
Print unit values in upper-case hexadecimal.
* tests/unigbrk/test-u16-grapheme-breaks.c (test_u16_grapheme_breaks):
Print unit values with at least 4 hexadecimal digits.
* tests/unigbrk/test-u32-grapheme-breaks.c (test_u32_grapheme_breaks):
Likewise.
* tests/unigbrk/test-uc-grapheme-breaks.c (test_uc_grapheme_breaks):
Print characters with at least 4 hexadecimal digits.
ChangeLog
tests/unigbrk/test-u16-grapheme-breaks.c
tests/unigbrk/test-u32-grapheme-breaks.c
tests/unigbrk/test-u8-grapheme-breaks.c
tests/unigbrk/test-uc-grapheme-breaks.c
tests/unigbrk/test-ulc-grapheme-breaks.c