test262/test/language/statements
Jeff Walden 78ca60e6cf Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
..
block Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
break Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
class Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
const Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
continue Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
do-while Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
empty Reorganize ./test 2014-12-07 15:33:09 -08:00
expression 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
for Fix expected completion value 2015-11-11 17:47:15 +01:00
for-in Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
for-of - Remove inline license 2015-07-17 19:55:00 +02:00
function Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
generators Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
if Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
labeled Add tests for Unicode escape sequences 2015-07-09 18:52:22 -04:00
let Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let". 2015-12-18 15:03:04 -05:00
return Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
switch Reorganize ./test 2014-12-07 15:33:09 -08:00
throw Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
try Improve compatibility for engines without support for Annex B 2015-09-07 20:40:09 +02:00
variable Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
while Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
with Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00