summaryrefslogtreecommitdiff
path: root/_test/tests/lib/exe/js_js_compress/test-IfThenElseNoBraces-out.js
blob: b087c42fcf22f9789c6da06cdae18671146ddb5e (plain)
1
if(true)document.write("foo");else document.write("bar");