[Webkit-unassigned] [Bug 25881] Attachment causes PrettyPatch to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 21:45:42 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25881





------- Comment #7 from aroben at apple.com  2009-05-19 21:45 PDT -------
(In reply to comment #6)
> Interesting.  Well, so the fix worked, but leaves a trailing " in the filename.
>  It's OK, but less than ideal.  I could find a way to use:
> 
> (")? and \1 I guess.

Assuming the filename can't contain a quote, you could replace

(.+)

with

([^"]+)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list