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