mirror of
https://github.com/tc39/test262.git
synced 2025-06-26 16:54:41 +02:00
Merge pull request #313 from evilpie/includes
Use the more common array syntax for includes
This commit is contained in:
commit
a1437652ab
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.acosh
|
description: Testing descriptor property of Math.acosh
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.3
|
es6id: 20.2.2.3
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.asinh
|
description: Testing descriptor property of Math.asinh
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.5
|
es6id: 20.2.2.5
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.atanh
|
description: Testing descriptor property of Math.atanh
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.7
|
es6id: 20.2.2.7
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.cbrt
|
description: Testing descriptor property of Math.cbrt
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.9
|
es6id: 20.2.2.9
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.cosh
|
description: Testing descriptor property of Math.cosh
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.13
|
es6id: 20.2.2.13
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.expm1
|
description: Testing descriptor property of Math.expm1
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.15
|
es6id: 20.2.2.15
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.hypot
|
description: Testing descriptor property of Math.hypot
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.18
|
es6id: 20.2.2.18
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.imul
|
description: Testing descriptor property of Math.imul
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.19
|
es6id: 20.2.2.19
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing length property of Math.log10
|
description: Testing length property of Math.log10
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.20
|
es6id: 20.2.2.20
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.log1p
|
description: Testing descriptor property of Math.log1p
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.21
|
es6id: 20.2.2.21
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.log2
|
description: Testing descriptor property of Math.log2
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.23
|
es6id: 20.2.2.23
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.sign
|
description: Testing descriptor property of Math.sign
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.29
|
es6id: 20.2.2.29
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.sinh
|
description: Testing descriptor property of Math.sinh
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.31
|
es6id: 20.2.2.31
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.tanh
|
description: Testing descriptor property of Math.tanh
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.34
|
es6id: 20.2.2.34
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: Testing descriptor property of Math.trunc
|
description: Testing descriptor property of Math.trunc
|
||||||
includes:
|
includes: [propertyHelper.js]
|
||||||
- propertyHelper.js
|
|
||||||
es6id: 20.2.2.35
|
es6id: 20.2.2.35
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user