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

11 lines
78 B
JavaScript

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