add esprima tests and fix bugs picked up by it
This commit is contained in:
1
test/fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/actual.js
vendored
Normal file
1
test/fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export default = 42
|
||||
3
test/fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/options.json
vendored
Normal file
3
test/fixtures/esprima/es2015-export-declaration/invalid-export-default-equal/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Unexpected token (1:15)"
|
||||
}
|
||||
Reference in New Issue
Block a user