mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 10:04:43 +08:00
Fixing docs
This commit is contained in:
@@ -9,7 +9,9 @@ var collectObjectOperatorScenarios = []expressionScenario{
|
||||
description: `Collect empty object`,
|
||||
document: ``,
|
||||
expression: `{}`,
|
||||
expected: []string{},
|
||||
expected: []string{
|
||||
"D0, P[], (!!map)::{}\n",
|
||||
},
|
||||
},
|
||||
{
|
||||
description: `Wrap (prefix) existing object`,
|
||||
|
||||
Reference in New Issue
Block a user