diff options
author | Charvi Mendiratta <charvi077@gmail.com> | 2020-10-20 17:13:15 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-20 13:21:43 -0700 |
commit | e166fe363da86e0c471617703b02021c43dca8f4 (patch) | |
tree | f31aa1befa2092655d3910a9596a6f3ffd86996f /diff.h | |
parent | Git 2.29 (diff) | |
download | tgif-e166fe363da86e0c471617703b02021c43dca8f4.tar.xz |
t7101,t7102,t7201: modernize test formatting
Some tests in these scripts are formatted using a very old style:
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 Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
0 files changed, 0 insertions, 0 deletions