1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00

Update expectedResults for JavaScript test cases per switch to RWS!

This commit is contained in:
Rick Winfrey 2016-08-15 15:30:37 -05:00
parent 93521de3ec
commit 44a375f1f9

13
Untitled Normal file
View File

@ -0,0 +1,13 @@
For statements
For-in statements
while statements
do statements
return statements
let statements Not in ES2016
Verify generator functions map to Function
Throw statements
Try/Catch/Finally statements
Arrays
Objects with method definitions
Classes
Constructor calls