Skip to content

Commit

Permalink
Remove duplicated whitespace tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 authored Aug 3, 2024
1 parent d4f1f96 commit b83d681
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
11 changes: 0 additions & 11 deletions tests/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,6 @@
1
]
},
{
"name": "multiple selectors, spaces",
"selector": "$[ 'a' , 1 ]",
"document": {
"a": 1,
"b": 2
},
"result": [
1
]
},
{
"name": "multiple selectors, index and slice",
"selector": "$[1,5:7]",
Expand Down
21 changes: 0 additions & 21 deletions tests/slice_selector.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,6 @@
5
]
},
{
"name": "slice selector with spaces",
"selector": "$[ 1 : 6 : 2 ]",
"document": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"result": [
1,
3,
5
]
},
{
"name": "slice selector with everything omitted, short form",
"selector": "$[:]",
Expand Down

0 comments on commit b83d681

Please sign in to comment.