On 12/07/2025 16:53, Paul Eggert wrote:
On 2025-07-12 04:45, Pádraig Brady wrote:- : a == b ? 0 + : a == b ? numcompare (sa, sb)That fails for string pairs like "10" and "1e1".
Hah I thought of that but missed this impacts the --unique case. I added a test case to ensure equivalency is honored. cheers, Pádraig