Consistently use spaces in features lists (#2000)

This commit is contained in:
Peter Marshall 2018-12-17 20:00:04 +01:00 committed by Leo Balter
parent bf6b753dd7
commit b3efcd2f3f
7 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ info: >
The function object that is the initial value of String.prototype.trimLeft is the same function object that is the initial value of String.prototype.trimStart.
includes: [propertyHelper.js]
features: [string-trimming,String.prototype.trimStart]
features: [string-trimming, String.prototype.trimStart]
---*/
verifyProperty(String.prototype.trimLeft, "name", {

View File

@ -10,7 +10,7 @@ info: >
The function object that is the initial value of String.prototype.trimRight is the same function object that is the initial value of String.prototype.trimEnd.
includes: [propertyHelper.js]
features: [string-trimming,String.prototype.trimEnd]
features: [string-trimming, String.prototype.trimEnd]
---*/
verifyProperty(String.prototype.trimRight, "name", {

View File

@ -8,7 +8,7 @@ esid: sec-get-arraybuffer-@@species
es6id: 24.1.3.3
author: Sam Mikes
description: ArrayBuffer[Symbol.species] exists per spec
features: [ ArrayBuffer, Symbol.species ]
features: [ArrayBuffer, Symbol.species]
includes: [propertyHelper.js]
---*/

View File

@ -4,7 +4,7 @@
esid: sec-object.is
description: >
Object.is/SameValue: Symbol
features: [Object.is,Symbol]
features: [Object.is, Symbol]
---*/
var symA = Symbol('66');
var symB = Symbol('66');

View File

@ -18,7 +18,7 @@ info: |
If iterationKind is enumerate, then
Return status.
features: [destructuring-assignment,for-of,Symbol.iterator]
features: [destructuring-assignment, for-of, Symbol.iterator]
---*/
var callCount = 0;

View File

@ -11,7 +11,7 @@ info: |
Let status be the result of performing DestructuringAssignmentEvaluation of
assignmentPattern using nextValue as the argument.
features: [destructuring-assignment,for-of]
features: [destructuring-assignment, for-of]
---*/
var iterationCount = 0;

View File

@ -17,7 +17,7 @@ info: |
Let status be PutValue(lhsRef, nextValue).
...
features: [for-of,Symbol.iterator]
features: [for-of, Symbol.iterator]
---*/
var callCount = 0;