go/src/strconv
Martin Möhrmann 0668b595b6 strconv/itoa: add test to generate the longest output string possible by formatBits
The new test case produces the longest string representation possible and thereby uses
all of the 65 bytes in the buffer array used by the formatBits function.

Change-Id: I11320c4de56ced5ff098b7e37f1be08e456573e2
Reviewed-on: https://go-review.googlesource.com/2108
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2014-12-27 22:35:08 +00:00
..
testdata
atob.go
atob_test.go
atof.go
atof_test.go
atoi.go
atoi_test.go
decimal.go
decimal_test.go
extfloat.go
fp_test.go
ftoa.go
ftoa_test.go
internal_test.go
isprint.go
itoa.go
itoa_test.go strconv/itoa: add test to generate the longest output string possible by formatBits 2014-12-27 22:35:08 +00:00
makeisprint.go
quote.go
quote_example_test.go
quote_test.go
strconv_test.go