test262/test/language/block-scope/syntax/for-in
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
..
acquire-properties-from-array.js Invalid language tests 2015-04-27 16:56:19 +02:00
acquire-properties-from-object.js Invalid language tests 2015-04-27 16:56:19 +02:00
disallow-initialization-assignment.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
disallow-multiple-lexical-bindings-with-and-without-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
disallow-multiple-lexical-bindings-with-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
disallow-multiple-lexical-bindings-without-and-with-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
disallow-multiple-lexical-bindings.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
mixed-values-in-iteration.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00