add traceur test suite
This commit is contained in:
3
test/fixtures/traceur/Syntax/Error_ForInLoopTooManyVariableDeclarations.js
vendored
Normal file
3
test/fixtures/traceur/Syntax/Error_ForInLoopTooManyVariableDeclarations.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// Error: :3:15: Unexpected token in
|
||||
|
||||
for (var i, j in {}) {}
|
||||
Reference in New Issue
Block a user