]> git.ipfire.org Git - thirdparty/git.git/commit
t4014: use sq for test case names
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:04:58 +0000 (00:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 19:58:52 +0000 (12:58 -0700)
commit0ab74e979cea85d9f86bd8765baf064a4e8308fa
tree2dd1624ad1933d07a4e6b29f10b74c55d1cac05f
parentcb46c4066231879ea1c4b36c6c45d40446d7af09
t4014: use sq for test case names

The usual convention is for test case names to be written between
single-quotes. Change all double-quoted test case names to single-quotes
except for one test case name that uses a sq for a contraction.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh