]> Cypherpunks repositories - gostls13.git/commit
fmt.Printf: write tests for %T.
authorRob Pike <r@golang.org>
Tue, 15 Jun 2010 00:42:31 +0000 (17:42 -0700)
committerRob Pike <r@golang.org>
Tue, 15 Jun 2010 00:42:31 +0000 (17:42 -0700)
commit177746ba31e4b4648bdaabfc8d0cd5370eb8aa2b
treeb05a728c962052bff12a8848fc7963008c91d3e7
parentd482c163be5ef83b9a4ff5b1f366ceb6cfff6ed7
fmt.Printf: write tests for %T.
Fix a bug that caused it to ignore field widths.

R=rsc
CC=golang-dev
https://golang.org/cl/1704041
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go