Bug 14892

Summary: Decompilation fails for regex containing whitespace
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: CLOSED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 13638    

Oliver Hunt
Reported 2007-08-06 16:29:11 PDT
If i regex contains whitespace, the whitespace is stripped when decompiled: (function(){a/ /a/}) becomes (function(){a//a/}) which does not parse
Attachments
Oliver Hunt
Comment 1 2007-08-07 23:35:07 PDT
*** This bug has been marked as a duplicate of 14897 ***
Note You need to log in before you can comment on or make changes to this bug.