test262/test/language/statements
Daniel Ehrenberg dbfca4581d Prohibit ASI between 'let' and 'yield'/'await'
Inspired by https://github.com/tc39/test262/pull/956
2017-04-11 22:34:43 +02:00
..
async-function Add tests for the behavior of |let <newline> await| in normal and async functions. 2017-04-11 22:21:48 +02:00
async-generator Generate tests 2017-04-06 15:33:33 -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 Generate tests 2017-04-06 19:44:14 -04:00
const Generate tests 2017-03-27 13:21:14 -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 Generate tests 2017-03-27 13:21:14 -04:00
for-in Generate tests 2017-03-27 13:21:14 -04:00
for-of Generate tests 2017-03-27 13:21:14 -04:00
function Generate tests 2017-03-27 13:21:14 -04:00
generators Generate tests 2017-03-27 13:21:14 -04:00
if Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862) 2017-03-01 16:35:37 -05:00
labeled Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
let Prohibit ASI between 'let' and 'yield'/'await' 2017-04-11 22:34:43 +02: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 Generate tests 2017-03-27 13:21:14 -04:00
variable Generate tests 2017-03-27 13:21:14 -04:00
while Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
with Test that @@unscopables is looked up once for inc/dec. (#869) 2017-03-02 13:15:56 -05:00