Skip to content
Snippets Groups Projects
Commit ffae2ca8 authored by André Bargull's avatar André Bargull
Browse files

Fix malformed YAML front matter

parent d7636d7c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: >
description: >
Functions created using MethodDefinition syntactic form do not
have own properties "caller" or "arguments", but inherit them from
%FunctionPrototype%.
......
......@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 12.2.5
desciption: >
description: >
object literal property shorthand desciptor defaults
---*/
var x = 1;
......
......@@ -2,7 +2,8 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: 14.1
description: >arrow functions
description: >
arrow functions
includes: [compareArray.js]
---*/
var fn = (a, b, ...c) => c;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment