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