test262/test/language/statements/continue
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
..
12.7-1.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
S12.7_A1_T1.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A1_T2.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A1_T3.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A1_T4.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A2.js Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
S12.7_A5_T1.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A5_T2.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A5_T3.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A6.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.7_A8_T1.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A8_T2.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
S12.7_A9_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.7_A9_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
labeled-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
nested-let-bound-for-loops-inner-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
nested-let-bound-for-loops-labeled-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
nested-let-bound-for-loops-outer-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
no-label-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
shadowing-loop-variable-in-same-scope-as-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
simple-and-labeled.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00