Added any_c and all_c operators

This commit is contained in:
Mike Farah
2021-05-14 15:03:28 +10:00
parent 8e14b3b393
commit f4392f8658
9 changed files with 127 additions and 71 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ var entriesOperatorScenarios = []expressionScenario{
description: "to_entries null",
document: `null`,
expression: `to_entries`,
expected: []string{
},
expected: []string{},
},
{
description: "from_entries map",