add traceur test suite
This commit is contained in:
3
test/fixtures/traceur/Syntax/Error_WithInModule.module.js
vendored
Normal file
3
test/fixtures/traceur/Syntax/Error_WithInModule.module.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
// Error: :3:1: Strict mode code may not include a with statement
|
||||
|
||||
with ({}) {}
|
||||
Reference in New Issue
Block a user