alpha jspg

This commit is contained in:
2026-02-17 22:40:22 -05:00
parent 623c34c0bc
commit 8e50d4852d
58 changed files with 4 additions and 9436 deletions

View File

@ -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",