test262/test/language/statements
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
..
async-function Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
block Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
break Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
class Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
const Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
continue Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
debugger Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
do-while Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
empty Add missing tests for statement completion values 2016-06-30 15:24:41 -04:00
expression Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
for Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
for-in Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
for-of Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
function Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
generators Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
if Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
labeled Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
let Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
return Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
switch Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
throw Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
try Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
variable Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
while Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00