This commit is contained in:
Mike Farah 2020-11-28 10:46:04 +11:00
parent 3cecb4e383
commit 3f48201a19
1 changed files with 2 additions and 0 deletions

View File

@ -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",