t0008: document test_expect_success_multi
commit6866654627fbf10387f3b5e83d9079d8a7f4b378
authorAdam Spiers <git@adamspiers.org>
Tue, 19 Feb 2013 14:06:22 +0000 (19 14:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Feb 2013 17:37:39 +0000 (19 09:37 -0800)
tree40b359d941903e714d5b7d793c110ef2ac15b5a3
parent72aeb18772deeb386da7dd8997b969877bd29e41
t0008: document test_expect_success_multi

test_expect_success_multi() helper function warrants some explanation,
since at first sight it may seem like generic test framework plumbing,
but is in fact specific to testing check-ignore, and allows more
thorough testing of the various output formats without significantly
increase the size of t0008.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0008-ignores.sh