comparison tests/test-grep.py @ 134:1b47146a4a2c 1.4

style: fix long lines
author Matt Mackall <mpm@selenic.com>
date Tue, 30 Sep 2014 12:48:04 -0500
parents 9bd819da245a
children 4359cabcb0cc
comparison
equal deleted inserted replaced
133:b6f601ba7f3c 134:1b47146a4a2c
32 self.assertEquals([('a', '0', 'test', 'a'), ('b', '0', 'test', 'ab')], 32 self.assertEquals([('a', '0', 'test', 'a'), ('b', '0', 'test', 'ab')],
33 list(self.client.grep('a', user=True))) 33 list(self.client.grep('a', user=True)))
34 34
35 self.assertEquals([('a', '0', '1', '+', 'test'), 35 self.assertEquals([('a', '0', '1', '+', 'test'),
36 ('b', '0', '1', '+', 'test')], 36 ('b', '0', '1', '+', 'test')],
37 list(self.client.grep('a', all=True, user=True, line=True, 37 list(self.client.grep('a', all=True, user=True,
38 line=True,
38 fileswithmatches=True))) 39 fileswithmatches=True)))