Sign in
webkit
/
WebKit
/
75aa164886a52d8994c843ab71fed62b1e348337
/
.
/
JSTests
/
es6
/
HTML-style_comments.js
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"
);