mirror of https://github.com/tc39/test262.git
Merge pull request #424 from bakkot/patch-2
Remove extraneous indent in header, for consistency
This commit is contained in:
commit
d688d3af20
|
@ -2,12 +2,12 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
description: >
|
||||
`yield` is a reserved identifier in strict mode code and may not be used
|
||||
as an identifier.
|
||||
es6id: 12.1.1
|
||||
negative: SyntaxError
|
||||
flags: [onlyStrict]
|
||||
description: >
|
||||
`yield` is a reserved identifier in strict mode code and may not be used
|
||||
as an identifier.
|
||||
es6id: 12.1.1
|
||||
negative: SyntaxError
|
||||
flags: [onlyStrict]
|
||||
---*/
|
||||
|
||||
var yield = 13;
|
||||
|
|
Loading…
Reference in New Issue