On 06/05/2026 02:25, Paul Eggert wrote:
+ ("fastmap mismatch: pattern = \\x%02x, string = \\x%02x,"
+ " with = %d, without = %d",
+ (unsigned char) str[i][0], (unsigned char) str[j][0],
+ with, without);
FYI this fails on cfarm13 (Debian 11) with:
test-regex: fastmap mismatch: pattern = \xd3, string = \xf2, with = 1, without
= 0
test-regex: fastmap mismatch: pattern = \xd3, string = \xf3, with = 1, without
= 0
test-regex: fastmap mismatch: pattern = \xf2, string = \xf2, with = 1, without
= 0
test-regex: fastmap mismatch: pattern = \xf2, string = \xf3, with = 1, without
= 0
test-regex: fastmap mismatch: pattern = \xf3, string = \xf2, with = 1, without
= 0
test-regex: fastmap mismatch: pattern = \xf3, string = \xf3, with = 1, without
= 0
cheers,
Padraig