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

18 lines
80 B
JavaScript

if ('test') {
"1";
}
{
"1";
}
{
"1";
}
;
{
"2";
}
;
if ('1') {
"1";
}