mirror of https://github.com/tc39/test262.git
15 lines
414 B
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|