Skip to content
Snippets Groups Projects
Commit 64fd1026 authored by Tom Schuster's avatar Tom Schuster
Browse files

Use the more common array syntax for includes

parent 32edc487
No related branches found
No related tags found
No related merge requests found
Showing
with 15 additions and 30 deletions
...@@ -3,8 +3,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
---*/ ---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment