Add unit test case to improve test coverage for quote.go (#7482)

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
This commit is contained in:
Guangwen Feng 2020-06-30 16:33:02 +08:00 committed by GitHub
parent 1861bf38f5
commit f50786bcd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ var misquoted = []string{
`'\9'`,
`'\19'`,
`'\129'`,
`'\400'`,
`"\x1!"`,
`"\U12345678"`,
`"\z"`,