This commit is contained in:
Mike Farah 2020-11-28 10:46:04 +11:00
parent 3cecb4e383
commit 3f48201a19

View File

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