1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg/strconv
Rob Pike f34251a91c strconv: CanBackquote should reject \x7F
It's a control character.
Fixes #7565.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/77300043
2014-03-19 10:16:48 +11:00
..
testdata
atob_test.go strconv: add tests for FormatBool and AppendBool 2013-12-27 08:40:14 -08:00
atob.go
atof_test.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
atof.go strconv: remove unused atof32int function 2013-12-27 08:40:03 -08:00
atoi_test.go strconv: use Quote to escape the input string for failed conversion errors 2013-02-28 10:08:05 -08:00
atoi.go strconv: document value returned by ParseInt when there is an error 2014-03-07 13:23:50 +11:00
decimal_test.go
decimal.go
extfloat.go build: remove dead code 2013-03-22 17:28:22 -04:00
fp_test.go
ftoa_test.go
ftoa.go
internal_test.go
isprint.go all: add missing copyright 2013-12-17 06:52:32 -08:00
itoa_test.go
itoa.go
makeisprint.go all: add missing copyright 2013-12-17 06:52:32 -08:00
quote_example_test.go strconv: add example for Unquote. 2013-12-09 23:24:58 -05:00
quote_test.go strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
quote.go strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strconv_test.go all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00