mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix esprima tests.
This commit is contained in:
parent
74ba3033e8
commit
c9d3c20e2c
5 changed files with 57 additions and 50 deletions
|
@ -1,28 +1,17 @@
|
|||
function f1() {
|
||||
/* head */
|
||||
"1";
|
||||
/* mid */
|
||||
"2";
|
||||
}
|
||||
/* tail */
|
||||
function f2() {
|
||||
// head
|
||||
"1";
|
||||
// mid
|
||||
"2";
|
||||
}
|
||||
// tail
|
||||
function f2() {
|
||||
if ("1") {
|
||||
// begin block
|
||||
"1";
|
||||
}
|
||||
"2";
|
||||
// trailing
|
||||
if (/* s */
|
||||
"3")
|
||||
/*e*/
|
||||
{
|
||||
"4";
|
||||
}
|
||||
if ("3") {
|
||||
"4";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue