[Webkit-unassigned] [Bug 30645] REGRESSION: 2 failures in run-webkit-unittests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 20:40:37 PDT 2009


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





--- Comment #5 from Carol Szabo <carol.szabo at nokia.com>  2009-10-21 20:40:36 PDT ---
(In reply to comment #3)
> (From update of attachment 41614 [details])
> >          self.assert_multi_line_lint(
> >              'namespace WebCore {\n'
> >              '#if 0\n'
> > -            'class Document {\n'
> > +            '    class Document {\n'
> >              '};\n'
> 
> Really? Indent the line starting the class definition but not the line ending
> it?

This code has bad style, but currently we do not have a style checker that is
able to check indentation other than for the following cases:
1. First level inside a namespace (should be 0).
2. Indentation should be a multiple of 4 columns.
The purpose of the test above was to verify that we do not complain about the
indentation of the inner class.

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