public/js/tests/notorious.json

10 lines
282 B
JSON

[
{
"description": "Not big enough",
"code": "if (biggie < 1.7976931348623157e308) {\n throw Error('must be bigger !')\n}"
},
{
"description": "You can do smaller",
"code": "if (smalls > -1.7976931348623157e308) {\n throw Error('must be smaller !')\n}"
}
]