summaryrefslogtreecommitdiff
path: root/src/lib/strconv/testatof.go
AgeCommit message (Expand)AuthorFilesLines
2008-11-19change naming convention for tests fromRob Pike1-133/+0
2008-11-19add a type testing.T and use it in tests.Rob Pike1-24/+20
2008-11-19essentially 100% coverage of strconv in tests.Russ Cox1-1/+37
2008-11-18roll tests into one binaryRuss Cox1-73/+64
2008-11-17* faster atof for common casesRuss Cox1-1/+65
2008-11-17correctly rounded floating-point conversionsRuss Cox1-0/+46