Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862)

This commit is contained in:
André Bargull 2017-03-01 22:35:37 +01:00 committed by Leo Balter
parent fdd2fa9b1c
commit 6b09ad0459
13 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
lastIndex is explicitly advanced following an empty match
es6id: 21.2.5.11
info: >

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
lastIndex is advanced according to width of astral symbols following match success
es6id: 21.2.5.11
info: >

View File

@ -4,7 +4,7 @@
/*---
esid: sec-Intl.PluralRules.prototype.select
description: Tests that select function returns "other" for non finite values.
info:
info: |
1.1.4. ResolvePlural (pluralRules, n)
(...)
1.1.4_3. If isFinite(n) is false, then

View File

@ -6,7 +6,7 @@ esid: sec-intl-pluralrules-abstracts
description: >
Tests that the behavior of a Record is not affected by
adversarial changes to Object.prototype.
info:
info: |
1.1.1. InitializePluralRules (pluralRules, locales, options)
(...)
1.1.1_6. Let t be ? GetOption(options, "type", "string", « "cardinal", "ordinal" », "cardinal").

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
Imported binding reflects state of exported default binding (expressions)
esid: sec-moduledeclarationinstantiation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
Ambiguous exports are not reflected in module namespace objects, nor do
they trigger an error upon resolution
esid: sec-moduledeclarationinstantiation

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
Circular "star" imports do not trigger infinite recursion during name
enumeration.
esid: sec-moduledeclarationinstantiation

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
Indirect default exports are included in the module namespace object
esid: sec-moduledeclarationinstantiation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
Local default exports are included in the module namespace object
esid: sec-moduledeclarationinstantiation
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description:
description: >
Default exports are not included in the module namespace object
esid: sec-moduledeclarationinstantiation
info: |

View File

@ -3,7 +3,7 @@
/*---
description: Array entry removal during traversal using for..of
info:
info: >
Entries removed from an Array instance during traversal should not be
visited.
es6id: 13.6.4

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-if-statement-runtime-semantics-evaluation
description:
description: >
Completion value when expression is false with an `else` clause and body
returns an empty abrupt completion
info: >

View File

@ -3,7 +3,7 @@
/*---
esid: sec-with-statement-static-semantics-early-errors
es6id: 13.11.1
description:
description: >
A labelled function declaration is never permitted in the Statement position
info: |
WithStatementa: with ( Expression ) Statement