pdf.js/external/builder/fixtures_esprima/blocks.js

20 lines
169 B
JavaScript
Raw Normal View History

2016-05-11 08:05:29 +09:00
function test() {
{;}
;
"test";
{
"1";
if (true) {
"2";
}
;
{
"3";
if ("test") {
"5";
}
}
"4";
}
}