Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
js
/
script-tests
/
multiline-comment-newline.js
blob: 2b9f3c05605ef6f13d0db090696c66c7bf1719df [
file
] [
log
] [
blame
] [
edit
]
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'
);