]> Cypherpunks repositories - gostls13.git/commit
strings: add TestIndexByte
authorTobias Klauser <tklauser@distanz.ch>
Tue, 9 Apr 2019 06:32:22 +0000 (08:32 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 9 Apr 2019 14:14:41 +0000 (14:14 +0000)
commit016625c26591d375a4bfcf83532ff8407860612a
tree0600a95ca5726f6eef94a3d0473a8f078ccd9d77
parent78175474c4a93c2b18516d2127a160b83926c143
strings: add TestIndexByte

Add TestIndexByte to package strings similar to the already existing
TestIndexByte in package bytes.

Change-Id: Ib60695cb326156a4fe48138c66393ebbd11e4a25
Reviewed-on: https://go-review.googlesource.com/c/go/+/171197
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/strings/strings_test.go