CLOSED DUPLICATE of bug 14897 14892
Decompilation fails for regex containing whitespace
https://bugs.webkit.org/show_bug.cgi?id=14892
Summary Decompilation fails for regex containing whitespace
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.