Sign in
webkit
/
WebKit
/
61dd3584f31cb59cef7f6b2ddb5031a9bd4f1c78
/
.
/
LayoutTests
/
js
/
script-tests
/
multiline-comment-newline.js
blob: 2b9f3c05605ef6f13d0db090696c66c7bf1719df [
file
] [
log
] [
blame
]
description
(
"This test checks that a multiline comment containing a newline is converted to a line terminator token."
);
var
shouldBeUndefined
=
(
function
(){
return
/*
*/
1
})();
shouldBe
(
'shouldBeUndefined'
,
'undefined'
);