1
0
Fork 0
forked from External/ergo

upgrade x/text

This commit is contained in:
Shivaram Lingamneni 2023-01-15 08:27:18 -05:00
parent 3f5de80afd
commit 05e5fe3444
226 changed files with 24287 additions and 11365 deletions

View file

@ -316,7 +316,7 @@ func (p *Profile) Compare(a, b string) bool {
return false
}
return bytes.Compare(akey, bkey) == 0
return bytes.Equal(akey, bkey)
}
// Allowed returns a runes.Set containing every rune that is a member of the