+2024-06-08 Bruno Haible <bruno@clisp.org>
+
+ c32isblank tests: Avoid test failure on NetBSD 10.0.
+ * tests/test-c32isblank.c (main): Disable test of '\f', that fails in
+ the fr_FR.UTF-8 locale.
+
2024-06-11 Paul Eggert <eggert@cs.ucla.edu>
mktempd: use GNU-style -t if available
/* Test of c32isblank() function.
- Copyright (C) 2020-2023 Free Software Foundation, Inc.
+ Copyright (C) 2020-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
#if !(defined __FreeBSD__ || defined __NetBSD__)
case '\v':
#endif
+ #if !defined __NetBSD__
case '\f':
+ #endif
case ' ': case '!': case '"': case '#': case '%':
case '&': case '\'': case '(': case ')': case '*':
case '+': case ',': case '-': case '.': case '/':