Bug 14892 - Decompilation fails for regex containing whitespace
Summary: Decompilation fails for regex containing whitespace
Status: CLOSED DUPLICATE of bug 14897
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 13638
  Show dependency treegraph
 
Reported: 2007-08-06 16:29 PDT by Oliver Hunt
Modified: 2007-08-07 23:35 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***