summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-12-29 12:15:37 +0100
committerBruno Haible <bruno@clisp.org>2021-12-29 12:15:37 +0100
commitcf1af53c980a5683c379cc7352f75d72e5dbe0f4 (patch)
treec8516284b30ed0673a15d29961d96050df732fbc /ChangeLog
parente8541384813cc73504a7b75be425a70e4c2bd7ad (diff)
downloadgnulib-cf1af53c980a5683c379cc7352f75d72e5dbe0f4.tar.gz
uniwbrk: Add unit tests of CR-LF sequences.
* tests/uniwbrk/test-u8-wordbreaks.c (main): Add test of a string with CR-LF. * tests/uniwbrk/test-u16-wordbreaks.c (main): Likewise. * tests/uniwbrk/test-u32-wordbreaks.c (main): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1c922d16a..06ace37069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-12-29 Bruno Haible <bruno@clisp.org>
+ uniwbrk: Add unit tests of CR-LF sequences.
+ * tests/uniwbrk/test-u8-wordbreaks.c (main): Add test of a string with
+ CR-LF.
+ * tests/uniwbrk/test-u16-wordbreaks.c (main): Likewise.
+ * tests/uniwbrk/test-u32-wordbreaks.c (main): Likewise.
+
+2021-12-29 Bruno Haible <bruno@clisp.org>
+
unigbrk: Add unit tests of CR-LF sequences.
* tests/unigbrk/test-u8-grapheme-breaks.c (main): Add test of a string
with CR-LF.