This commit is contained in:
Mike Farah
2021-11-14 10:59:50 +11:00
parent d912d7d178
commit 63f54563ea
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ var equalsOperatorScenarios = []expressionScenario{
document: "{a: { b: {things: \"\"}, f: [1], g: [] }}",
expression: ".. | select(. == \"\")",
expected: []string{
"D0, P[a b things], (!!str)::\"\"\n",
"D0, P[a b things], (!!str)::\n",
},
},
{