t7401: change indentation for enhanced readability
Change the indentation of expected outputs for enhanced readability of the tests. Also modify the heredoc string limiter in a test which lacks it to support the indentation change. Mentored-by: Christian Couder <chriscool@tuxfamily.org> Mentored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com> Helped-by: Junio C Hamano <gitster@pobox.com> Helped-by: Taylor Blau <me@taylorr.com> Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
17c102e30d
commit
3a4fdeee89
@ -283,7 +283,7 @@ EOF
|
|||||||
|
|
||||||
test_expect_success '--for-status' "
|
test_expect_success '--for-status' "
|
||||||
git submodule summary --for-status HEAD^ >actual &&
|
git submodule summary --for-status HEAD^ >actual &&
|
||||||
test_i18ncmp - actual <<EOF
|
test_i18ncmp - actual <<-EOF
|
||||||
* sm1 $head6...0000000:
|
* sm1 $head6...0000000:
|
||||||
|
|
||||||
* sm2 0000000...$head7 (2):
|
* sm2 0000000...$head7 (2):
|
||||||
|
Reference in New Issue
Block a user