]> Cypherpunks repositories - gostls13.git/commit
strconv: CanBackquote should reject \x7F
authorRob Pike <r@golang.org>
Tue, 18 Mar 2014 23:16:48 +0000 (10:16 +1100)
committerRob Pike <r@golang.org>
Tue, 18 Mar 2014 23:16:48 +0000 (10:16 +1100)
commitf34251a91c2d075def51b763c52a0c602f3e09c9
tree9e8323772d5d0c60d0e6ffbaa86ce5a422f8ad96
parentf081e2b9f41c8f4c1eec78180cbcaeab17f10f65
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
src/pkg/strconv/quote.go
src/pkg/strconv/quote_test.go