summaryrefslogtreecommitdiff
path: root/test/stringrange.go
Commit message (Expand)AuthorAgeFilesLines
* all: make Unicode surrogate halves illegal as UTF-8Rob Pike2012-08-081-0/+7
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+2
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-6/+7
* test: remove semiocolons.Rob Pike2010-09-041-27/+27
* fix "declared and not used" in tests;Russ Cox2009-09-141-1/+0
* fix up some irregular indentationRob Pike2009-08-171-4/+4
* change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox2009-05-111-1/+1
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+2
* fix stringrange testRuss Cox2009-04-131-1/+15
* fix string range to have full unicode range (up to 10FFFF).Rob Pike2009-04-121-0/+47