aboutsummaryrefslogtreecommitdiff
path: root/test/ken/string.go
AgeCommit message (Expand)Author
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
2012-02-24test: document ken/*.goRob Pike
2012-02-24test: add cmpout to testlibBrad Fitzpatrick
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-03-30single argument panicRuss Cox
2009-12-10make test/ken safe for optional semisRobert Griesemer
2009-11-20x[y:] for stringsRuss Cox
2009-06-04string([]int) is now implementedRob Pike
2009-04-16make string take []byte only, so have to use *[10]byte to convertRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-08-11fix bug depot:Rob Pike
2008-06-21remove receclarations from testsKen Thompson
2008-06-06add ken's tests.Rob Pike