-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jsonpath-compliance-test-suite
updated
19 files
+39 −0 | CONTRIBUTING.md | |
+102 −10 | build.js | |
+3,310 −283 | cts.json | |
+10 −0 | cts.schema.json | |
+28 −2 | tests/basic.json | |
+421 −43 | tests/filter.json | |
+22 −11 | tests/functions/count.json | |
+28 −14 | tests/functions/length.json | |
+93 −15 | tests/functions/match.json | |
+83 −17 | tests/functions/search.json | |
+10 −5 | tests/functions/value.json | |
+78 −11 | tests/index_selector.json | |
+326 −75 | tests/name_selector.json | |
+264 −39 | tests/slice_selector.json | |
+33 −17 | tests/whitespace/filter.json | |
+56 −28 | tests/whitespace/functions.json | |
+144 −72 | tests/whitespace/operators.json | |
+75 −39 | tests/whitespace/selectors.json | |
+32 −16 | tests/whitespace/slice.json |