Bug 14892
Summary: | Decompilation fails for regex containing whitespace | ||
---|---|---|---|
Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
Component: | JavaScriptCore | Assignee: | 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
If i regex contains whitespace, the whitespace is stripped when decompiled:
(function(){a/ /a/})
becomes
(function(){a//a/})
which does not parse
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Oliver Hunt
*** This bug has been marked as a duplicate of 14897 ***