Reformat negative tests metadata (#785)

This commit is contained in:
dop251 2016-11-11 17:43:36 +00:00 committed by Tom Care
parent d1d91af256
commit 8982c3c3ab
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,9 @@ info: |
Syntax Syntax
yield [no LineTerminator here] AssignmentExpression[?In, +Yield] yield [no LineTerminator here] AssignmentExpression[?In, +Yield]
negative: SyntaxError negative:
phase: early
type: SyntaxError
---*/ ---*/
function* g() { function* g() {

View File

@ -10,7 +10,9 @@ info: |
Syntax Syntax
yield [no LineTerminator here] * AssignmentExpression[?In, +Yield] yield [no LineTerminator here] * AssignmentExpression[?In, +Yield]
negative: SyntaxError negative:
phase: early
type: SyntaxError
---*/ ---*/
function* g() { function* g() {