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