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

20 lines
169 B
JavaScript

function test() {
{;}
;
"test";
{
"1";
if (true) {
"2";
}
;
{
"3";
if ("test") {
"5";
}
}
"4";
}
}