* tests/unigbrk/test-uc-is-grapheme-break.c
(graphemebreakproperty_to_string): Don't print gbp to stdout.
+2024-01-30 Bruno Haible <bruno@clisp.org>
+
+ unigbrk/uc-is-grapheme-break tests: Reduce verbosity.
+ * tests/unigbrk/test-uc-is-grapheme-break.c
+ (graphemebreakproperty_to_string): Don't print gbp to stdout.
+
2024-01-30 Bruno Haible <bruno@clisp.org>
gen-uni-tables: Update copyright year in output.
const char *
graphemebreakproperty_to_string (int gbp)
{
- printf ("%d\n", gbp);
switch (gbp)
{
#define CASE(VALUE) case GBP_##VALUE: return #VALUE;