mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-13 22:38:04 +00:00
wip
This commit is contained in:
parent
3cecb4e383
commit
3f48201a19
@ -7,6 +7,8 @@ import (
|
|||||||
var addOperatorScenarios = []expressionScenario{
|
var addOperatorScenarios = []expressionScenario{
|
||||||
{
|
{
|
||||||
description: "+= test and doc",
|
description: "+= test and doc",
|
||||||
|
expression: ".a.b+= .e.f"
|
||||||
|
expected: []string{"add .e.g to be, return top level node"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Concatenate arrays",
|
description: "Concatenate arrays",
|
||||||
|
Loading…
Reference in New Issue
Block a user