]> Cypherpunks repositories - gostls13.git/commit
fmt.Print: fix bug in placement of spaces introduced when ...T went in.
authorRob Pike <r@golang.org>
Thu, 29 Jul 2010 17:50:09 +0000 (10:50 -0700)
committerRob Pike <r@golang.org>
Thu, 29 Jul 2010 17:50:09 +0000 (10:50 -0700)
commit2c0bbf99b94a96b27eff2bcdaab406500ebd1366
tree5771cfda70708583129061a8ec9b6a999655bf4e
parent45e12c7cd38bc1470be6626ffc1d5b1d15d9f240
fmt.Print: fix bug in placement of spaces introduced when ...T went in.
Fixes #976.

R=rsc, chris tighe, r
CC=golang-dev
https://golang.org/cl/1697057
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go