Pádraig Brady writes:
> You might be able to use the uniq trick
> to determine if a character is blank?
>
> https://bugs.gnu.org/cgi/79300#32
Oops, sorry, forgot about that email.
That works perfect, though, thanks. I pushed the attached patch. Tested
in an alpine container, but I am confident
Collin Funk wrote:
> I pushed the attached patch. Tested
> in an alpine container, but I am confident it will fix the
> others.
Confirmed: The CI builds on Alpine Linux, macOS 15, FreeBSD 15 succeed now.
Bruno
On 04/09/2025 18:36, Collin Funk wrote:
Bruno Haible writes:
On 2025-08-24 I wrote:
Today's CI reports a test failure
FAIL: tests/fold/fold-spaces
on several systems:
- Alpine Linux,
- macOS 13..15,
- FreeBSD 14.
Sorry for the incorrect reporting: macOS 13 and 14 failed with a f
Bruno Haible writes:
> On 2025-08-24 I wrote:
>> Today's CI reports a test failure
>> FAIL: tests/fold/fold-spaces
>> on several systems:
>> - Alpine Linux,
>> - macOS 13..15,
>> - FreeBSD 14.
>
> Sorry for the incorrect reporting: macOS 13 and 14 failed with a fold-nbsp
> failure (bug #7
Hi,
On 2025-08-24 I wrote:
> Today's CI reports a test failure
> FAIL: tests/fold/fold-spaces
> on several systems:
> - Alpine Linux,
> - macOS 13..15,
> - FreeBSD 14.
Sorry for the incorrect reporting: macOS 13 and 14 failed with a fold-nbsp
failure (bug #79300), not a fold-spaces failur
[CCing bug-gnulib]
Collin Funk wrote:
> On Alpine this is because iswblank in UTF-8 locales is the same as
> isblank in the C locale. This means it only returns 1 for U+0009 TAB and
> U+0020 SPACE.
It is allowed to behave this way.
https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/func
Bruno Haible via GNU coreutils Bug Reports
writes:
> Today's CI reports a test failure
> FAIL: tests/fold/fold-spaces
> on several systems:
> - Alpine Linux,
> - macOS 13..15,
> - FreeBSD 14.
>
> Here are the relevant parts of the log files.
Thanks.
On Alpine this is because iswblank in
Today's CI reports a test failure
FAIL: tests/fold/fold-spaces
on several systems:
- Alpine Linux,
- macOS 13..15,
- FreeBSD 14.
Here are the relevant parts of the log files.
Alpine Linux:
FAIL: tests/fold/fold-spaces
+ initial_cwd_=/work/coreutils-2025-08-