]> Cypherpunks repositories - gostls13.git/commit
bytes: added test case for explode with blank string.
authorScott Lawrence <bytbox@gmail.com>
Wed, 4 Aug 2010 03:33:24 +0000 (13:33 +1000)
committerRob Pike <r@golang.org>
Wed, 4 Aug 2010 03:33:24 +0000 (13:33 +1000)
commit99aab8bacb71f6c232bb6b5a2cea4efb0c3e8018
tree50442eb4b717dfcfd20262709df5c6a71619f258
parent2db4c3d779b09dd29d93640a101a6babc1e0e780
bytes: added test case for explode with blank string.
Tests for the equivalent of the strings.explode("") panic bug (issue 980).

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/1850052
src/pkg/bytes/bytes_test.go