Re: [PATCH] tests/cond-regexp3.sub: avoid ERE UB

2024-05-07 Thread Chet Ramey
On 5/7/24 11:55 AM, Grisha Levit wrote: This test fails on systems with recent-ish BSD regex libs, where a backslash followed by an alphabetic chatacter now throws REG_EESCAPE. Thanks for the report. See https://reviews.freebsd.org/D10510 It's an interesting rationale, at least. I suppose m

[PATCH] tests/cond-regexp3.sub: avoid ERE UB

2024-05-07 Thread Grisha Levit
This test fails on systems with recent-ish BSD regex libs, where a backslash followed by an alphabetic chatacter now throws REG_EESCAPE. See https://reviews.freebsd.org/D10510 --- tests/cond-regexp3.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cond-regexp3.sub b/t