Skip to content
Snippets Groups Projects
Commit 022888be authored by Ian Halliday's avatar Ian Halliday Committed by Leo Balter
Browse files

Remove duplicate front matter keys (#621)

Fixes #620
parent aebf3d63
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
// 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.
/*--- /*---
info: The length property of the match method is 1
es5id: 15.5.4.10_A11 es5id: 15.5.4.10_A11
es6id: 21.1.3.11 es6id: 21.1.3.11
description: Checking String.prototype.match.length description: Checking String.prototype.match.length
info: > info: >
The length property of the match method is 1.
ES6 Section 17: ES6 Section 17:
Every built-in Function object, including constructors, has a length Every built-in Function object, including constructors, has a length
property whose value is an integer. Unless otherwise specified, this value property whose value is an integer. Unless otherwise specified, this value
......
...@@ -4,11 +4,10 @@ ...@@ -4,11 +4,10 @@
/*--- /*---
info: > info: >
GeneratorMethod can reference SuperProperty in arg GeneratorMethod can reference SuperProperty in arg
features: [generators]
es6id: 14.4.1 es6id: 14.4.1
author: Sam Mikes author: Sam Mikes
description: GeneratorMethod uses SuperProperty (allowed) description: GeneratorMethod uses SuperProperty (allowed)
features: [ default-arg, generator, super ] features: [ default-arg, generators, super ]
---*/ ---*/
var obj = { var obj = {
......
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