test262/website/resources/scripts/testcases2/15.1.2.2.json

15 lines
394 B
JSON

{
"testCollection": {
"name": "15.1.2.2",
"numTests": 1,
"tests": [
{
"id": "15.1.2.2-2-1",
"path": "TestCases/chapter15/15.1/15.1.2/15.1.2.2/15.1.2.2-2-1.js",
"description": "pareseInt - 'S' is the empty string when inputString does not contain any such characters",
"test": "assertTrue((isNaN(parseInt(\"\")) && parseInt(\"\") !== parseInt(\"\")));\n"
}
]
}
}