summaryrefslogtreecommitdiff
path: root/test/if.go
Commit message (Collapse)AuthorAgeFilesLines
* test: commentary for [h-m]*.goRob Pike2012-02-231-0/+2
| | | | | | R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112
* test: use testlib (fourth 100)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 https://golang.org/cl/5673079
* go: require { } around else blockRuss Cox2011-07-141-5/+9
| | | | | | R=gri, ken, r CC=golang-dev https://golang.org/cl/4721044
* test: do not depend on implicit if conditionRuss Cox2011-02-221-12/+0
| | | | | | | | | Deleted test/ken/robif.go because test/if.go is the same program modulo formatting. R=golang-dev, gri, r2 CC=golang-dev https://golang.org/cl/4186068
* test: remove semiocolons.Rob Pike2010-09-041-50/+50
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
* fix "declared and not used" in tests;Russ Cox2009-09-141-11/+16
| | | | | | | | | also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
* fix bug depot:Rob Pike2008-08-111-2/+2
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* - fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer2008-06-061-1/+1
| | | | | | | | - updated go_lang.txt to be more uniform and match the implementation - made makehtml work on Mac - fixed a couple of bugs in go.atg SVN=121520
* lots of new testsRob Pike2008-06-061-0/+94
SVN=121464