mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Use the more common array syntax for includes
This commit is contained in:
parent
32edc4873e
commit
64fd1026dd
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.acosh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.3
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.asinh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.5
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.atanh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.7
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.cbrt
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.9
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.cosh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.13
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.expm1
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.15
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.hypot
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.18
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.imul
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.19
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing length property of Math.log10
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.20
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.log1p
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.21
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.log2
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.23
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.sign
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.29
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.sinh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.31
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.tanh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.34
|
||||
---*/
|
||||
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.trunc
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.35
|
||||
---*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user