Sign in
webkit
/
WebKit
/
10627ba484528fed3e7358b1801250bb004c8a99
/
.
/
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'
);