Thread (46 messages) flat view 46 messages, 6 authors, 2020-10-22

Re: [PATCH 1/5][Outreachy] t7101,t7102,t7201: modernize test formatting

From: Christian Couder <hidden>
Date: 2020-10-16 13:07:21

On Thu, Oct 15, 2020 at 7:58 PM charvi-077 [off-list ref] wrote:
Some tests in this script are formatted using a very old style:
s/this script/these scripts/

as this patch is modifying more than one test script.
        test_expect_success \
            'title' \
            'body line 1 &&
            body line 2'

Updating the formatting to the modern style:
        test_expect_success 'title' '
            body line 1 &&
            body line 2
        '
Signed-off-by: charvi-077 <redacted>
As Junio already mentioned we request that contributors use their full
real name as the author name (which is by default the sender of the
email) and in the "Signed-off-by: "
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help