We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dac1cc commit c8d7c85Copy full SHA for c8d7c85
suites/control/and.json
@@ -121,7 +121,7 @@
121
"result": true
122
},
123
{
124
- "description": "And with no arguments should return false",
+ "description": "And with no arguments should return null",
125
"rule": { "and": [] },
126
"data": null,
127
"result": null
suites/control/or.json
"result": "0"
- "description": "Or with no arguments should return false",
+ "description": "Or with no arguments should return null",
"rule": { "or": [] },
0 commit comments