[Webkit-unassigned] [Bug 57250] check-webkit-style confused by two ChangeLog entries in a row from same user

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 01:33:28 PDT 2011


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





--- Comment #11 from Patrick R. Gansterer <paroga at paroga.com>  2011-03-29 01:33:28 PST ---
(From update of attachment 87281)
View in context: https://bugs.webkit.org/attachment.cgi?id=87281&action=review

> Tools/Scripts/webkitpy/style/checkers/changelog_unittest.py:89
> +                          '2011-01-01  Patrick Gansterer  <paroga at paroga.com>\n'
> +                          '\n        Example bug'
> +                          '\n        http://trac.webkit.org/changeset/12345\n')

The other lines have the \n only at the end

> Tools/Scripts/webkitpy/style/checkers/changelog_unittest.py:111
> +        self.assert_no_error([],
> +                             '2011-01-01  Patrick Gansterer  <paroga at paroga.com>\n'
> +                             '\n'
> +                             '        Example bug\n'
> +                             '        http://bugs.webkit.org/show_bug.cgi?id=12345\n')

Thx, maybe we can add and "invalid" entry with emty range too.

-- 
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