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

11 lines
87 B
JavaScript

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