go/src/strconv
cui fliter 95ec579eb6 strconv: add a test case when base is illegal
Increase unit test coverage of strconv/itoa.go from 83.8% to 85%

Change-Id: I0abdfc70a3f06251106f229c12ffb105eeb43fc8
GitHub-Last-Rev: da9755368b
GitHub-Pull-Request: golang/go#55014
Reviewed-on: https://go-review.googlesource.com/c/go/+/430137
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Jenny Rakoczy <jenny@golang.org>
Reviewed-by: Jenny Rakoczy <jenny@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Jenny Rakoczy <jenny@golang.org>
2022-09-15 21:09:39 +00:00
..
testdata
atob.go
atob_test.go
atoc.go
atoc_test.go
atof.go
atof_test.go
atoi.go
atoi_test.go
bytealg.go
bytealg_bootstrap.go
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go
eisel_lemire.go
example_test.go
export_test.go
fp_test.go
ftoa.go
ftoa_test.go
ftoaryu.go strconv: remove redundant type conversion 2022-09-09 00:28:56 +00:00
ftoaryu_test.go
internal_test.go
isprint.go
itoa.go
itoa_test.go strconv: add a test case when base is illegal 2022-09-15 21:09:39 +00:00
makeisprint.go
quote.go
quote_test.go
strconv_test.go