mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
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:
parent
1861bf38f5
commit
f50786bcd1
|
@ -87,6 +87,7 @@ var misquoted = []string{
|
|||
`'\9'`,
|
||||
`'\19'`,
|
||||
`'\129'`,
|
||||
`'\400'`,
|
||||
`"\x1!"`,
|
||||
`"\U12345678"`,
|
||||
`"\z"`,
|
||||
|
|
Loading…
Reference in a new issue