[Webkit-unassigned] [Bug 14892] New: Decompilation fails for regex containing whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 16:29:11 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14892

           Summary: Decompilation fails for regex containing whitespace
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
OtherBugsDependingO 13638
             nThis:


If i regex contains whitespace, the whitespace is stripped when decompiled:
(function(){a/ /a/})
becomes
(function(){a//a/})
which does not parse


-- 
Configure bugmail: http://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