test262/test/language/expressions/await
Mike Pennisi 7d4b1d28ae Re-format tests for SyntaxErrors
Authored via the following command:

   $ find test -type f -print0 | \
       xargs -0 sed \
         -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1  phase: early\n\1  type: SyntaxError/g'
2016-10-19 15:24:21 -04:00
..
await-BindingIdentifier-in-global.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-BindingIdentifier-nested.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
await-awaits-thenable-not-callable.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-awaits-thenables-that-throw.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-awaits-thenables.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-function.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-generator.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-global.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-nested-function.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-in-nested-generator.js Add tests for async functions 2016-07-28 15:11:28 -07:00
await-throws-rejections.js Add tests for async functions 2016-07-28 15:11:28 -07:00
early-errors-await-not-simple-assignment-target.js Reformat negative ReferenceError tests 2016-10-19 15:24:18 -04:00
no-operand.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
syntax-await-has-UnaryExpression-with-MultiplicativeExpression.js Add tests for async functions 2016-07-28 15:11:28 -07:00
syntax-await-has-UnaryExpression.js Add tests for async functions 2016-07-28 15:11:28 -07:00