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

15 lines
414 B
JSON

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