Skip to content

Commit

Permalink
Update cts.json
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored and github-actions[bot] committed Jun 24, 2024
1 parent 44e4468 commit 87f9420
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions cts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2856,6 +2856,49 @@
}
]
},
{
"name": "filter, equals, empty node list and empty node list",
"selector": "$[[email protected] == @.b]",
"document": [
{
"a": 1
},
{
"b": 2
},
{
"c": 3
}
],
"result": [
{
"c": 3
}
]
},
{
"name": "filter, equals, empty node list and special nothing",
"selector": "$[[email protected] == length(@.b)]",
"document": [
{
"a": 1
},
{
"b": 2
},
{
"c": 3
}
],
"result": [
{
"b": 2
},
{
"c": 3
}
]
},
{
"name": "filter, object data",
"selector": "$[?@<3]",
Expand Down

0 comments on commit 87f9420

Please sign in to comment.