gofmt -s -w src misc

R=r, rsc
CC=golang-dev
https://golang.org/cl/2662041
This commit is contained in:
Robert Griesemer 2010-10-22 10:06:33 -07:00
parent f613015e0e
commit 3478891d12
121 changed files with 8388 additions and 8388 deletions

View file

@ -20,7 +20,7 @@ type testCase struct {
var testCases = []testCase{
testCase{
{
"empty string",
"",
[]string{
@ -29,7 +29,7 @@ var testCases = []testCase{
},
},
testCase{
{
"all a's",
"aaaaaaaaaa", // 10 a's
[]string{
@ -48,7 +48,7 @@ var testCases = []testCase{
},
},
testCase{
{
"abc",
"abc",
[]string{
@ -61,7 +61,7 @@ var testCases = []testCase{
},
},
testCase{
{
"barbara*3",
"barbarabarbarabarbara",
[]string{
@ -73,7 +73,7 @@ var testCases = []testCase{
},
},
testCase{
{
"typing drill",
"Now is the time for all good men to come to the aid of their country.",
[]string{