mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 16:50:58 +00:00 
			
		
		
		
	gofmt -s -w src misc
R=r, rsc CC=golang-dev https://golang.org/cl/2662041
This commit is contained in:
		
							parent
							
								
									f613015e0e
								
							
						
					
					
						commit
						3478891d12
					
				
					 121 changed files with 8388 additions and 8388 deletions
				
			
		|  | @ -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{ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Robert Griesemer
						Robert Griesemer