x/text/collate: CompareString(collate.Numeric) returns wrong result for "0.0" vs "1.0" #67997
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.22.1 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
r1 == -1
andr2 == 1 (WRONG)
What did you expect to see?
r1 == -1
andr2 == -1
The text was updated successfully, but these errors were encountered: