mirror of https://github.com/tc39/test262.git
correct comments
This commit is contained in:
parent
9b54c22e10
commit
0942fe16ae
|
@ -40,8 +40,8 @@ const expected = [
|
||||||
|
|
||||||
let actual = Object.getOwnPropertyNames(options);
|
let actual = Object.getOwnPropertyNames(options);
|
||||||
|
|
||||||
// Ensure all expected items are in actual and also allow other property
|
// Ensure all expected items are in actual and also allow other properties
|
||||||
// implemented in other new proposal.
|
// implemented in new proposals.
|
||||||
assert(arrayContains(actual, expected));
|
assert(arrayContains(actual, expected));
|
||||||
for (var i = 1; i < expected.length; i++) {
|
for (var i = 1; i < expected.length; i++) {
|
||||||
// Ensure the order as expected but allow additional new property in between
|
// Ensure the order as expected but allow additional new property in between
|
||||||
|
|
Loading…
Reference in New Issue