[Webkit-unassigned] [Bug 23884] JavaScriptCore allows var foo = "" + + "";

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 18:10:34 PST 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #1 from mrowe at apple.com  2009-02-10 18:10 PDT -------
Firefox accepts this too.  +"" evaluates to 0, so "" + + "" is concatenating
"0" to the empty string.


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



More information about the webkit-unassigned mailing list