Skip to content

Commit a3322b0

Browse files
committed
Add test filter - absent from index selector equal to absent from name selector
1 parent 60cf0cb commit a3322b0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/filter.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,21 @@
403403
"$[4]"
404404
]
405405
},
406+
{
407+
"name": "equals, absent from index selector equals absent from name selector",
408+
409+
"document": [
410+
{
411+
"list": [1]
412+
}
413+
],
414+
"result": [
415+
{ "list": [1] }
416+
],
417+
"result_paths": [
418+
"$[0]"
419+
]
420+
},
406421
{
407422
"name": "deep equality, arrays",
408423

0 commit comments

Comments
 (0)