1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
pdf.js/external/builder/fixtures_babel/ifs-expected.js

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

19 lines
101 B
JavaScript
Raw Normal View History

2016-05-10 18:05:29 -05:00
if ('test') {
"1";
2016-05-10 18:05:29 -05:00
}
{
"1";
2016-05-10 18:05:29 -05:00
}
{
"1";
2016-05-10 18:05:29 -05:00
}
{
"2";
2016-05-10 18:05:29 -05:00
}
if ('1') {
"1";
2016-05-10 18:05:29 -05:00
}
function f1() {
"1";
}