Fix duplicated function name in the Esprima fixtures
This makes `gulp externaltest` work again. It looks like this wasn't validated before, but is now after recent package updates.
This commit is contained in:
parent
fb8695d481
commit
c454868be1
@ -6,7 +6,7 @@ function f2() {
|
||||
"1";
|
||||
"2";
|
||||
}
|
||||
function f2() {
|
||||
function f3() {
|
||||
if ("1") {
|
||||
"1";
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ function f2() {
|
||||
// tail
|
||||
}
|
||||
|
||||
function f2() {
|
||||
function f3() {
|
||||
if ("1") { // begin block
|
||||
"1";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user