Status: New
Owner: ----

New issue 272 by [email protected]: User code not wrapped correctly
http://code.google.com/p/v8/issues/detail?id=272

The following HTML:

<body onload="foo();//">

...causes a parse error because V8 wraps the input but does not insert a
newline after it, and so the comment removes part of the wrapping code
(leaving the rest invalid).

This is causing LayoutTests/fast/events/onload-single-line-comment.html to
fail in Chromium.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to