Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Fix test YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Aug 11, 2015
1 parent 5c35387 commit 011759c
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes throws a TypeError when used on non-typed arrays
description: >
%TypedArray%.prototype.includes throws a TypeError when used on non-typed arrays
author: Domenic Denicola
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes should terminate if ToNumber ends up being called on a symbol fromIndex
description: >
%TypedArray%.prototype.includes should terminate if ToNumber ends up being called on a symbol fromIndex
author: Domenic Denicola
includes: [testTypedArrays.js]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes returns false if fromIndex is greater or equal to the length of the array
description: >
%TypedArray%.prototype.includes returns false if fromIndex is greater or equal to the length of the array
author: Domenic Denicola
includes: [testTypedArrays.js]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes converts its fromIndex parameter to an integer
description: >
%TypedArray%.prototype.includes converts its fromIndex parameter to an integer
author: Domenic Denicola
includes: [testTypedArrays.js]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes lives on the shared prototype and is not equal to Array.prototype.includes
description: >
%TypedArray%.prototype.includes lives on the shared prototype and is not equal to Array.prototype.includes
author: Domenic Denicola
includes: [testTypedArrays.js]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes should have length 1
description: >
%TypedArray%.prototype.includes should have length 1
author: Domenic Denicola
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes should have name property with value 'includes'
description: >
%TypedArray%.prototype.includes should have name property with value 'includes'
author: Domenic Denicola
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes should be writable, non-enumerable, and configurable
description: >
%TypedArray%.prototype.includes should be writable, non-enumerable, and configurable
author: Domenic Denicola
includes: [dataPropertyAttributesAreCorrect.js]
---*/
Expand Down
3 changes: 2 additions & 1 deletion test/built-ins/TypedArray/prototype/includes/length-zero.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes should always return false on zero-length typed arrays
description: >
%TypedArray%.prototype.includes should always return false on zero-length typed arrays
author: Domenic Denicola
includes: [testTypedArrays.js]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: %TypedArray%.prototype.includes should use the SameValueZero algorithm to compare
description: >
%TypedArray%.prototype.includes should use the SameValueZero algorithm to compare
author: Domenic Denicola
includes: [testTypedArrays.js]
---*/
Expand Down

0 comments on commit 011759c

Please sign in to comment.