pdf.js/external/builder/fixtures_esprima/comments-expected.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
141 B
JavaScript
Raw Normal View History

2016-05-11 08:05:29 +09:00
function f1() {
"1";
"2";
2016-05-11 08:05:29 +09:00
}
function f2() {
"1";
"2";
2016-05-11 08:05:29 +09:00
}
function f3() {
if ("1") {
"1";
}
"2";
if ("3") {
"4";
}
2016-05-11 08:05:29 +09:00
}