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    

Description Oliver Hunt 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
Comment 1 Oliver Hunt 2007-08-07 23:35:07 PDT

*** This bug has been marked as a duplicate of 14897 ***