test262/test/language/block-scope/syntax
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
..
for-in Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
function-declarations Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
redeclaration-global Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
redeclaration-in-block Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00