On 2020-05-21 04:23:36, SREZIC wrote:
Show quoted text> Seen on a Debian/bullseye (Debian/testing) system:
>
> ...
> # Failed test 'French thousand separator => space'
> # at t/02.num.t line 25.
> # got: '\xA0'
> # expected: ' '
> # Looks like you failed 1 test of 138.
> t/02.num.t .....
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/138 subtests
> ...
Still fails with Module-Generic-v0.12.8:
...
# Failed test 'French thousand separator => space'
# at t/02.num.t line 45.
# '\xA0'
# doesn't match '(?^:[[:blank:]]+)'
# Looks like you failed 1 test of 138.
t/02.num.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/138 subtests
...
It seems that nbsp does not count as a blank character --- maybe you have more luck using unicode properties (\p{...})?