test262/test/language/statements/class/syntax/early-errors
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
..
class-body-constructor-empty-missing-class-heritage.js 14.5 Class Definitions 2015-05-02 14:06:57 -04:00
class-body-contains-multiple-constructor.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-has-direct-super-missing-class-heritage.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-method-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-special-method-generator-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-special-method-generator-propname-constructor.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-special-method-get-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-special-method-get-propname-constructor.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-special-method-set-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-special-method-set-propname-constructor.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-static-method-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-static-method-get-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-static-method-get-propname-prototype.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-static-method-propname-prototype.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-static-method-set-contains-direct-super.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-body-static-method-set-propname-prototype.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-definition-evaluation-block-duplicate-binding.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class-definition-evaluation-scriptbody-duplicate-binding.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00