Browse Source

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

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
pull/7489/head
Guangwen Feng 4 years ago committed by GitHub
parent
commit
f50786bcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      util/strutil/quote_test.go

1
util/strutil/quote_test.go

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

Loading…
Cancel
Save