From 0f265b61e8a1dd3c2a9e9e67b2c8a06ba835dabf Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 9 Dec 2009 16:54:07 -0800 Subject: remove uses of string concatenation from src and misc directory R=rsc http://codereview.appspot.com/172041 --- src/pkg/encoding/ascii85/ascii85_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/pkg/encoding/ascii85/ascii85_test.go') diff --git a/src/pkg/encoding/ascii85/ascii85_test.go b/src/pkg/encoding/ascii85/ascii85_test.go index 294f63825..5ac49c675 100644 --- a/src/pkg/encoding/ascii85/ascii85_test.go +++ b/src/pkg/encoding/ascii85/ascii85_test.go @@ -20,14 +20,14 @@ type testpair struct { var pairs = []testpair{ // Wikipedia example 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.", - "9jqo^BlbD-BleB1DJ+*+F(f,q/0JhKFCj@.4Gp$d7F!,L7@<6@)/0JDEF@3BB/F*&OCAfu2/AKY\n" - "i(DIb:@FD,*)+C]U=@3BN#EcYf8ATD3s@q?d$AftVqCh[NqF-FD5W8ARlolDIa\n" - "l(DIdCj@.4Gp$d7F!,L7@<6@)/0JDEF@3BB/F*&OCAfu2/AKY\n" + + "i(DIb:@FD,*)+C]U=@3BN#EcYf8ATD3s@q?d$AftVqCh[NqF-FD5W8ARlolDIa\n" + + "l(DIduD.RTpAKYo'+CT/5+Cei#DII?(E,9)oF*2M7/c\n", }, } -- cgit v1.2.3