We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3414997 commit 9742f44Copy full SHA for 9742f44
suites/unknown_operator.json
@@ -18,9 +18,9 @@
18
"error": { "type": "Unknown Operator" }
19
},
20
{
21
- "description": "Multi-Key Object, both keys are valid operators. Should fail.",
22
- "rule": { "+": true, "-": true },
23
- "data": null,
24
- "error": { "type": "Unknown Operator" }
25
- }
+ "description": "Multi-Key Object, both keys are valid operators. Should fail.",
+ "rule": { "+": true, "-": true },
+ "data": null,
+ "error": { "type": "Unknown Operator" }
+ }
26
]
0 commit comments