Skip to content
Snippets Groups Projects
Commit 69969e16 authored by Kevin Gibbons's avatar Kevin Gibbons
Browse files

Remove extraneous indent in header, for consistency

parent 39b5b727
No related branches found
No related tags found
No related merge requests found
......@@ -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;
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