Skip to content

Commit f6c780e

Browse files
committed
Reverting test
1 parent 8c25f33 commit f6c780e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/yqlib/operator_anchors_aliases_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ var anchorOperatorScenarios = []expressionScenario{
464464
},
465465
{
466466
skipDoc: true,
467-
document: `{f : {a: &a cat, b: &b {foo: *a}, *a : *b}}`,
467+
document: `{f : {a: &a cat, b: &b {foo: *a}, *a: *b}}`,
468468
expression: `explode(.f)`,
469469
expected: []string{
470470
"D0, P[], (!!map)::{f: {a: cat, b: {foo: cat}, cat: {foo: cat}}}\n",

0 commit comments

Comments
 (0)