blob: b4763850c3a4ebd2e717e8f336445e5bf5005325 [file] [log] [blame]
function test() {
--> A comment
<!-- Another comment
var a = 3; <!-- Another comment
return a === 3;
}
if (!test())
throw new Error("Test failed");