[Webkit-unassigned] [Bug 118060] Old Bug Validator Tool

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 07:49:58 PDT 2013


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





--- Comment #8 from Peter Gal <galpeter at inf.u-szeged.hu>  2013-07-08 07:51:58 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=206245&action=review

> Tools/Scripts/old-bug-validator.py:34
> +parser = OptionParser(usage=usage, description="Checking the given TestExpectations file looking for \"https://bugs.webkit.org/show_bug.cgi?id=123\" or \"webkit.org/b/123\" styled bugs, and collect the ones with RESOLVED status. (RESOLVED FIXED, RESOLVED DUPLICATE, RESOLVED WONTFIX, ...).")

If you use " inside the string then don't escape it just use ' around the string instead of the " that way you don't need to escape the inner quotes.

> Tools/Scripts/old-bug-validator.py:67
> +    result = re.search("<span id='"'static_bug_status'"'>RESOLVED", html)

err... this string looks really weird. what do you wanted to do here?

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


More information about the webkit-unassigned mailing list