Remove duplicate front matter keys (#621)

Fixes #620
This commit is contained in:
Ian Halliday 2016-05-06 10:41:33 -07:00 committed by Leo Balter
parent aebf3d63bc
commit 022888be9e
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,12 @@
// 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
es6id: 21.1.3.11
description: Checking String.prototype.match.length
info: >
The length property of the match method is 1.
ES6 Section 17:
Every built-in Function object, including constructors, has a length
property whose value is an integer. Unless otherwise specified, this value

View File

@ -4,11 +4,10 @@
/*---
info: >
GeneratorMethod can reference SuperProperty in arg
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod uses SuperProperty (allowed)
features: [ default-arg, generator, super ]
features: [ default-arg, generators, super ]
---*/
var obj = {