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');