Reverting test

This commit is contained in:
Mike Farah 2025-11-09 16:21:50 +11:00
parent 8c25f33df4
commit f6c780e793

View File

@ -464,7 +464,7 @@ var anchorOperatorScenarios = []expressionScenario{
},
{
skipDoc: true,
document: `{f : {a: &a cat, b: &b {foo: *a}, *a : *b}}`,
document: `{f : {a: &a cat, b: &b {foo: *a}, *a: *b}}`,
expression: `explode(.f)`,
expected: []string{
"D0, P[], (!!map)::{f: {a: cat, b: {foo: cat}, cat: {foo: cat}}}\n",