summaryrefslogtreecommitdiff
path: root/src/strings/compare_test.go
Commit message (Expand)AuthorAgeFilesLines
* strings: lower running time of TestCompareStringsKeith Randall2018-11-041-3/+10
* strings: do much less redundant testing in TestCompareStringsIan Lance Taylor2018-07-021-4/+7
* bytes, strings: fix comparison of long byte slices on s390xbill_ofarrell2018-06-291-2/+13
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* strings: add Compare(x, y string) int, for symmetry with bytes.CompareAlan Donovan2015-01-151-0/+98