]> Cypherpunks.ru repositories - gostls13.git/commit
strconv: add a test case when base is illegal
authorcui fliter <imcusg@gmail.com>
Mon, 12 Sep 2022 09:27:11 +0000 (09:27 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 15 Sep 2022 21:09:39 +0000 (21:09 +0000)
commit95ec579eb68fcc01975462a74676e3bacd9814b0
treebaa5b788e5b4edb65abbe8ba3280c61d0450fad0
parentf6436c60e49f17f2ca723fdf76a0cb4323cbe02c
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: da9755368b5db41123c8f945fecedd135e9f894a
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>
src/strconv/itoa_test.go