1
0
Fork 0
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:
Yury Delendik 2017-05-03 12:16:37 -05:00
parent 74ba3033e8
commit c9d3c20e2c
5 changed files with 57 additions and 50 deletions

View file

@ -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";
}
}