Merge pull request #424 from bakkot/patch-2

Remove extraneous indent in header, for consistency
This commit is contained in:
Brian Terlson 2015-08-24 15:25:13 -07:00
commit d688d3af20
1 changed files with 6 additions and 6 deletions

View File

@ -2,12 +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.
/*--- /*---
description: > description: >
`yield` is a reserved identifier in strict mode code and may not be used `yield` is a reserved identifier in strict mode code and may not be used
as an identifier. as an identifier.
es6id: 12.1.1 es6id: 12.1.1
negative: SyntaxError negative: SyntaxError
flags: [onlyStrict] flags: [onlyStrict]
---*/ ---*/
var yield = 13; var yield = 13;