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