]> Cypherpunks repositories - gostls13.git/commit
essentially 100% coverage of strconv in tests.
authorRuss Cox <rsc@golang.org>
Wed, 19 Nov 2008 20:50:34 +0000 (12:50 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 19 Nov 2008 20:50:34 +0000 (12:50 -0800)
commitcf9b7f75349699132332fa597cdbc555ad24ecf7
tree95c5b99eab6e3cc755f12490f049910116c3a1eb
parent572cad871961eed816a4935806ed65c53b1e0d03
essentially 100% coverage of strconv in tests.
fix a few bugs.

R=r
DELTA=294  (275 added, 9 deleted, 10 changed)
OCL=19595
CL=19595
src/lib/strconv/atof.go
src/lib/strconv/decimal.go
src/lib/strconv/ftoa.go
src/lib/strconv/itoa.go
src/lib/strconv/testatof.go
src/lib/strconv/testatoi.go
src/lib/strconv/testdecimal.go [new file with mode: 0644]
src/lib/strconv/testftoa.go
src/lib/strconv/testitoa.go [new file with mode: 0644]