mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Issue #13350 Report tidy error for space after (
This commit is contained in:
parent
7b98c8a788
commit
0ac212afb1
4 changed files with 13 additions and 1 deletions
|
@ -109,6 +109,9 @@ class CheckTidiness(unittest.TestCase):
|
|||
self.assertEqual('use &T instead of &Root<T>', errors.next()[2])
|
||||
self.assertEqual('operators should go at the end of the first line', errors.next()[2])
|
||||
self.assertEqual('else braces should be on the same line', errors.next()[2])
|
||||
self.assertEqual('extra space after (', errors.next()[2])
|
||||
self.assertEqual('extra space after (', errors.next()[2])
|
||||
self.assertEqual('extra space after (', errors.next()[2])
|
||||
self.assertNoMoreErrors(errors)
|
||||
|
||||
def test_spec_link(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue