aboutsummaryrefslogtreecommitdiff
path: root/test/stringrange.go
AgeCommit message (Expand)Author
2012-08-08all: make Unicode surrogate halves illegal as UTF-8Rob Pike
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-08-17fix up some irregular indentationRob Pike
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-04-13fix stringrange testRuss Cox
2009-04-12fix string range to have full unicode range (up to 10FFFF).Rob Pike