test262/test/annexB/language/statements/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
..
bare-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
const-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
let-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
nonstrict-initializer.js Add tests for for-in initializers (#735) 2016-08-02 15:47:39 -04:00
strict-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
var-arraybindingpattern-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
var-objectbindingpattern-initializer.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00