test262/test/language/block-scope/syntax/redeclaration-in-block
Rick Waldron 3f9587a8ee Import tests from Google V8 (Block Scoping)
These tests are derived from the following files within the Google V8 project:

	test/mjsunit/harmony/block-conflicts.js
	test/mjsunit/harmony/block-for.js
	test/mjsunit/harmony/block-leave.js
	test/mjsunit/harmony/block-let-declaration.js
	test/mjsunit/harmony/block-let-semantics.js
	test/mjsunit/harmony/block-scoping.js
2015-03-04 11:10:46 -05:00
..
attempt-to-redeclare-function-declaration-with-function-declaration.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
attempt-to-redeclare-function-declaration-with-let.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
attempt-to-redeclare-function-declaration-with-var.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
attempt-to-redeclare-let-binding-with-function-declaration.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
attempt-to-redeclare-let-binding-with-var.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
attempt-to-redeclare-var-binding-with-let.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00
attempt-to-redeclare-var-with-function-declaration.js Import tests from Google V8 (Block Scoping) 2015-03-04 11:10:46 -05:00