summaryrefslogtreecommitdiff
path: root/test/ken/string.go
Commit message (Expand)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+1
* test: add cmpout to testlibBrad Fitzpatrick2012-02-241-1/+1
* test: split golden.out into expected output per testIan Lance Taylor2012-01-181-11/+6
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-1/+1
* misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox2010-06-081-3/+3
* single argument panicRuss Cox2010-03-301-48/+54
* make test/ken safe for optional semisRobert Griesemer2009-12-101-2/+1
* x[y:] for stringsRuss Cox2009-11-201-1/+1
* string([]int) is now implementedRob Pike2009-06-041-5/+15
* make string take []byte only, so have to use *[10]byte to convertRuss Cox2009-04-161-2/+2
* new new & makeRuss Cox2009-01-061-1/+1
* fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike2008-12-201-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* fix bug depot:Rob Pike2008-08-111-17/+17
* remove receclarations from testsKen Thompson2008-06-211-10/+10
* add ken's tests.Rob Pike2008-06-061-0/+103