mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08: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…
x
Reference in New Issue
Block a user