alpha jspg
This commit is contained in:
8
tests/fixtures/type.json
vendored
8
tests/fixtures/type.json
vendored
@ -277,9 +277,9 @@
|
||||
"valid": false
|
||||
},
|
||||
{
|
||||
"description": "an empty string is not a boolean",
|
||||
"description": "an empty string is a null",
|
||||
"data": "",
|
||||
"valid": false
|
||||
"valid": true
|
||||
},
|
||||
{
|
||||
"description": "an object is not a boolean",
|
||||
@ -336,9 +336,9 @@
|
||||
"valid": false
|
||||
},
|
||||
{
|
||||
"description": "an empty string is not null",
|
||||
"description": "an empty string is null",
|
||||
"data": "",
|
||||
"valid": false
|
||||
"valid": true
|
||||
},
|
||||
{
|
||||
"description": "an object is not null",
|
||||
|
||||
Reference in New Issue
Block a user