fix issue in unit testing case for package gjson

This commit is contained in:
John Guo
2021-08-24 21:34:14 +08:00
parent 66b8b591df
commit a47699bf6e

View File

@ -48,8 +48,8 @@ func Example_conversionNormalFormats() {
// YAML:
// users:
// array:
// - John
// - Ming
// - John
// - Ming
// count: 1
//
// ======================