fork from https://github.com/mozilla/pdf.js.git
This commit is contained in:
19
external/builder/fixtures_babel/ifs-expected.js
vendored
Normal file
19
external/builder/fixtures_babel/ifs-expected.js
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
if ('test') {
|
||||
"1";
|
||||
}
|
||||
{
|
||||
"1";
|
||||
}
|
||||
{
|
||||
"1";
|
||||
}
|
||||
{
|
||||
"2";
|
||||
}
|
||||
if ('1') {
|
||||
"1";
|
||||
}
|
||||
function f1() {
|
||||
"1";
|
||||
}
|
||||
f1();
|
||||
Reference in New Issue
Block a user