add function.sent
This commit is contained in:
3
test/fixtures/experimental/function-sent/inside-function/actual.js
vendored
Normal file
3
test/fixtures/experimental/function-sent/inside-function/actual.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
function foo() {
|
||||
return function.sent;
|
||||
}
|
||||
3
test/fixtures/experimental/function-sent/inside-function/options.json
vendored
Normal file
3
test/fixtures/experimental/function-sent/inside-function/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"throws": "Unexpected token (2:17)"
|
||||
}
|
||||
Reference in New Issue
Block a user