summaryrefslogtreecommitdiff
path: root/t/t1404-update-ref-errors.sh
diff options
context:
space:
mode:
authorLibravatar Shaoxuan Yuan <shaoxuan.yuan02@gmail.com>2022-02-02 14:42:59 +0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-02-02 11:32:56 -0800
commitddea5719fa70611d1556b8128e58cadaa65ecf34 (patch)
tree9ada7b029b5a58495ffcb93aa373e476a41a8ee0 /t/t1404-update-ref-errors.sh
parentGit 2.35.1 (diff)
downloadtgif-ddea5719fa70611d1556b8128e58cadaa65ecf34.tar.xz
t/lib-read-tree-m-3way: modernize style
Many invocations of the test_expect_success command in this file are written in old style where the command, an optional prerequisite, and the test title are written on separate lines, and the executable script string begins on its own line, and these lines are pasted together with backslashes as necessary. An invocation of the test_expect_success command in modern test scripts however writes the prerequisite and the title on the same line as the test_expect_success command itself, and ends the line with a single quote that begins the executable script string. Update the style for uniformity. Signed-off-by: Shaoxuan Yuan <shaoxuan.yuan02@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1404-update-ref-errors.sh')
0 files changed, 0 insertions, 0 deletions