Sign in
webkit
/
WebKit
/
961dc37032b13d1a9d74ca738cc4946af6754457
/
.
/
Source
/
JavaScriptCore
/
tests
/
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"
);