mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue