From 97d9fd925bd0db1d11c4fbe8dd919bfb952b2cc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 2 Jul 2010 14:59:47 +0000 Subject: [PATCH] t/README: Document test_expect_code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit test_expect_code (which was introduced in d3bfdb75) never had any documentation. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- t/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/t/README b/t/README index b40403d0c0..04ad927c66 100644 --- a/t/README +++ b/t/README @@ -277,6 +277,13 @@ library for your script to use. Like test_expect_success this function can optionally use a three argument invocation with a prerequisite as the first argument. + - test_expect_code []