mirror of
https://github.com/tc39/test262.git
synced 2025-05-21 07:10:27 +02:00
Fix malformed YAML front matter
This commit is contained in:
parent
d7636d7cbe
commit
ffae2ca863
@ -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.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Functions created using MethodDefinition syntactic form do not
|
Functions created using MethodDefinition syntactic form do not
|
||||||
have own properties "caller" or "arguments", but inherit them from
|
have own properties "caller" or "arguments", but inherit them from
|
||||||
%FunctionPrototype%.
|
%FunctionPrototype%.
|
||||||
|
@ -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.
|
||||||
/*---
|
/*---
|
||||||
es6id: 12.2.5
|
es6id: 12.2.5
|
||||||
desciption: >
|
description: >
|
||||||
object literal property shorthand desciptor defaults
|
object literal property shorthand desciptor defaults
|
||||||
---*/
|
---*/
|
||||||
var x = 1;
|
var x = 1;
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
// 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.
|
||||||
/*---
|
/*---
|
||||||
es6id: 14.1
|
es6id: 14.1
|
||||||
description: >arrow functions
|
description: >
|
||||||
|
arrow functions
|
||||||
includes: [compareArray.js]
|
includes: [compareArray.js]
|
||||||
---*/
|
---*/
|
||||||
var fn = (a, b, ...c) => c;
|
var fn = (a, b, ...c) => c;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user