[Webkit-unassigned] [Bug 23611] Multiline Javascript comments cause incorrect parsing of following script.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 06:01:22 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=23611


kangax <kangax at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kangax at gmail.com




--- Comment #2 from kangax <kangax at gmail.com>  2010-02-22 06:01:22 PST ---
This is still an issue (as of r55043)

A simple example demonstrating WebKit non-conformance in regards to replacing
LineTerminator-containing multiline comment with LineTerminator:

(function(){
  return/*
  */1
})();

Expected: `undefined` Actual: `1`

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list