summaryrefslogtreecommitdiff
path: root/test/ken/string.go
AgeCommit message (Expand)AuthorFilesLines
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-3/+3
2010-03-30single argument panicRuss Cox1-48/+54
2009-12-10make test/ken safe for optional semisRobert Griesemer1-2/+1
2009-11-20x[y:] for stringsRuss Cox1-1/+1
2009-06-04string([]int) is now implementedRob Pike1-5/+15
2009-04-16make string take []byte only, so have to use *[10]byte to convertRuss Cox1-2/+2
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-08-11fix bug depot:Rob Pike1-17/+17
2008-06-21remove receclarations from testsKen Thompson1-10/+10
2008-06-06add ken's tests.Rob Pike1-0/+103