Re: [PATCH] tests: date: test that %% in the string is not replaced

2026-01-27 Thread Collin Funk
Pádraig Brady  writes:

> On 26/01/2026 06:58, Collin Funk wrote:
>> echo HIklMNpPrRsSTXzZ | sed 's/./&%%/g'
>
> Did you mean %%& ?

Oh, right. Good catch.

> Anyway the test looks safe enough.
>
> Please push.

Done after fixing those 2 lines.

Thanks,
Collin



Re: [PATCH] tests: date: test that %% in the string is not replaced

2026-01-27 Thread Pádraig Brady

On 26/01/2026 06:58, Collin Funk wrote:

echo HIklMNpPrRsSTXzZ | sed 's/./&%%/g'


Did you mean %%& ?

Anyway the test looks safe enough.

Please push.

thanks,
Padraig