summaryrefslogtreecommitdiff
path: root/test/utf.go
Commit message (Collapse)AuthorAgeFilesLines
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5671080
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/5338043
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ↵Russ Cox2011-10-251-10/+20
| | | | | | | | | | use rune Nothing terribly interesting here. R=golang-dev, bradfitz, gri, r CC=golang-dev http://codereview.appspot.com/5300043
* test: remove semiocolons.Rob Pike2010-09-041-30/+30
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox2009-05-111-1/+1
| | | | | | | | | to use single string argument instead of string, index. R=r DELTA=136 (9 added, 7 deleted, 120 changed) OCL=28642 CL=28644
* casify, cleanup sysRuss Cox2009-01-161-3/+5
| | | | | | R=r OCL=22978 CL=22984
* new new & makeRuss Cox2009-01-061-1/+1
| | | | | | R=r OCL=22166 CL=22166
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
| | | | | | | | fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
* minor int/float fixesRuss Cox2008-10-291-2/+2
| | | | | | R=ken OCL=18032 CL=18032
* sys.stringtorune doesn't need a length parameter.Rob Pike2008-10-071-1/+1
| | | | | | | R=rsc DELTA=7 (0 added, 0 deleted, 7 changed) OCL=16600 CL=16630
* fix bug depot:Rob Pike2008-08-111-5/+5
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* add a couple of testsRob Pike2008-07-151-0/+52
update golden SVN=127428