diff options
| author | Robert Griesemer <gri@golang.org> | 2009-12-09 16:54:07 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-12-09 16:54:07 -0800 |
| commit | 0f265b61e8a1dd3c2a9e9e67b2c8a06ba835dabf (patch) | |
| tree | 3dcff34cda5305eeb27606048c4460b0761b01ef /src/pkg/encoding/git85/git_test.go | |
| parent | b7a9cd5ad38e32bb598bb20ec2b6d8198a305a5c (diff) | |
| download | golang-0f265b61e8a1dd3c2a9e9e67b2c8a06ba835dabf.tar.gz | |
remove uses of string concatenation from src and misc directory
R=rsc
http://codereview.appspot.com/172041
Diffstat (limited to 'src/pkg/encoding/git85/git_test.go')
| -rw-r--r-- | src/pkg/encoding/git85/git_test.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/pkg/encoding/git85/git_test.go b/src/pkg/encoding/git85/git_test.go index 07367ddec..564b4915b 100644 --- a/src/pkg/encoding/git85/git_test.go +++ b/src/pkg/encoding/git85/git_test.go @@ -46,16 +46,16 @@ func TestGitTable(t *testing.T) { var gitPairs = []testpair{ // Wikipedia example, adapted. testpair{ - "Man is distinguished, not only by his reason, but by this singular passion from " - "other animals, which is a lust of the mind, that by a perseverance of delight in " - "the continued and indefatigable generation of knowledge, exceeds the short " + "Man is distinguished, not only by his reason, but by this singular passion from " + + "other animals, which is a lust of the mind, that by a perseverance of delight in " + + "the continued and indefatigable generation of knowledge, exceeds the short " + "vehemence of any carnal pleasure.", - "zO<`^zX>%ZCX>)XGZfA9Ab7*B`EFf-gbRchTY<VDJc_3(Mb0BhMVRLV8EFfZabRc4R\n" - "zAarPHb0BkRZfA9DVR9gFVRLh7Z*CxFa&K)QZ**v7av))DX>DO_b1WctXlY|;AZc?T\n" - "zVIXXEb95kYW*~HEWgu;7Ze%PVbZB98AYyqSVIXj2a&u*NWpZI|V`U(3W*}r`Y-wj`\n" - "zbRcPNAarPDAY*TCbZKsNWn>^>Ze$>7Ze(R<VRUI{VPb4$AZKN6WpZJ3X>V>IZ)PBC\n" - "zZf|#NWn^b%EFfigV`XJzb0BnRWgv5CZ*p`Xc4cT~ZDnp_Wgu^6AYpEKAY);2ZeeU7\n" + "zO<`^zX>%ZCX>)XGZfA9Ab7*B`EFf-gbRchTY<VDJc_3(Mb0BhMVRLV8EFfZabRc4R\n" + + "zAarPHb0BkRZfA9DVR9gFVRLh7Z*CxFa&K)QZ**v7av))DX>DO_b1WctXlY|;AZc?T\n" + + "zVIXXEb95kYW*~HEWgu;7Ze%PVbZB98AYyqSVIXj2a&u*NWpZI|V`U(3W*}r`Y-wj`\n" + + "zbRcPNAarPDAY*TCbZKsNWn>^>Ze$>7Ze(R<VRUI{VPb4$AZKN6WpZJ3X>V>IZ)PBC\n" + + "zZf|#NWn^b%EFfigV`XJzb0BnRWgv5CZ*p`Xc4cT~ZDnp_Wgu^6AYpEKAY);2ZeeU7\n" + "IaBO8^b9HiME&u=k\n", }, } |
