pdf.js/external/builder/fixtures_esprima/comments.js
2016-10-14 08:33:22 -05:00

27 lines
266 B
JavaScript

/* globals f0 */
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";
}
}