Re: [PATCH 08/24] t9300 (fast-import), series A: re-indent

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sverre Rabbelier wrote:
> On Fri, Sep 24, 2010 at 09:16, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote:

>> Â Â Â Âtest_expect_success \
>> Â Â Â Â Â Â Â Â'series A: foo bar baz' \
>
> Sometimes this style is used if the test description is otherwise too long.
>
>> Â Â Â Âtest_expect_success 'series A: foo bar baz' '
>
> So what do you do in the case that the line becomes too long?

In this series that never happens.

In general, either

 test_expect_success \
		'series A: foo bar baz' '
	... commands ...
 '

or

 test_expect_success \
	'series A: foo bar baz' '
	... commands ...
 '

looks fine to me for those cases where no shorter test description
comes quickly to mind.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]