Skip to content
Snippets Groups Projects
Commit a801bdf7 authored by Rick Waldron's avatar Rick Waldron
Browse files

Fix frontmatter

parent 204afb7b
No related branches found
No related tags found
No related merge requests found
Showing with 23 additions and 23 deletions
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Continue character.
description: > info: >
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character.
description: > info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-names-and-keywords esid: sec-names-and-keywords
info: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character. description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character.
description: > info: |
VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:]. VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
negative: negative:
type: SyntaxError type: SyntaxError
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-enumerate-object-properties esid: sec-enumerate-object-properties
info: > description: >
Test for-in enumeration with uninitialized binding. Test for-in enumeration with uninitialized binding.
description: | info: |
13.7.5.15 EnumerateObjectProperties (O) 13.7.5.15 EnumerateObjectProperties (O)
... ...
EnumerateObjectProperties must obtain the own property keys of the EnumerateObjectProperties must obtain the own property keys of the
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.prototype.hasownproperty esid: sec-object.prototype.hasownproperty
info: > description: >
Test Object.prototype.hasOwnProperty() with uninitialized binding. Test Object.prototype.hasOwnProperty() with uninitialized binding.
description: | info: |
19.1.3.2 Object.prototype.hasOwnProperty ( V ) 19.1.3.2 Object.prototype.hasOwnProperty ( V )
... ...
3. Return ? HasOwnProperty(O, P). 3. Return ? HasOwnProperty(O, P).
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.keys esid: sec-object.keys
info: > description: >
Test Object.keys() with uninitialized binding. Test Object.keys() with uninitialized binding.
description: | info: |
19.1.2.16 Object.keys ( O ) 19.1.2.16 Object.keys ( O )
... ...
2. Let nameList be ? EnumerableOwnProperties(obj, "key"). 2. Let nameList be ? EnumerableOwnProperties(obj, "key").
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-object.prototype.propertyisenumerable esid: sec-object.prototype.propertyisenumerable
info: > description: >
Test Object.prototype.propertyIsEnumerable() with uninitialized binding. Test Object.prototype.propertyIsEnumerable() with uninitialized binding.
description: | info: |
19.1.3.4 Object.prototype.propertyIsEnumerable ( V ) 19.1.3.4 Object.prototype.propertyIsEnumerable ( V )
... ...
3. Let desc be ? O.[[GetOwnProperty]](P). 3. Let desc be ? O.[[GetOwnProperty]](P).
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset esid: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset
description: > description: >
Generators should be closed via their `return` method when iteration is Generators should be closed via their `return` method when iteration is
interrupted via a `continue` statement. interrupted via a `continue` statement.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
id: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset esid: sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset
description: > description: >
Iterators should be closed via their `return` method when iteration is Iterators should be closed via their `return` method when iteration is
interrupted via a `continue` statement. interrupted via a `continue` statement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment