Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test262
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmaksimo
test262
Commits
022888be
Commit
022888be
authored
8 years ago
by
Ian Halliday
Committed by
Leo Balter
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicate front matter keys (#621)
Fixes #620
parent
aebf3d63
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/built-ins/String/prototype/match/length.js
+2
-1
2 additions, 1 deletion
test/built-ins/String/prototype/match/length.js
test/language/expressions/object/method-definition/generator-super-prop-param.js
+1
-2
1 addition, 2 deletions
...ns/object/method-definition/generator-super-prop-param.js
with
3 additions
and
3 deletions
test/built-ins/String/prototype/match/length.js
+
2
−
1
View file @
022888be
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
test/language/expressions/object/method-definition/generator-super-prop-param.js
+
1
−
2
View file @
022888be
...
@@ -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, generator
s
, super ]
---*/
---*/
var
obj
=
{
var
obj
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment