@@ -26,6 +26,17 @@ DESCRIPTION
-----------
description
+CALLOUTS
+--------
+----
+$ git diff <1>
+$ git diff --cached <2>
+$ git diff @ <3>
+----
+<1> Callout 1
+<2> Callout 2
+<3> Callout 3
+
GIT
---
Part of the linkgit:git[1] suite
@@ -49,6 +60,27 @@ git-foo \- Test command
.SH "DESCRIPTION"
.sp
description
+.SH "CALLOUTS"
+.sp
+.if n \{\\
+.RS 4
+.\}
+.nf
+$ git diff \fB(1)\fR
+$ git diff \-\-cached \fB(2)\fR
+$ git diff @ \fB(3)\fR
+.fi
+.if n \{\\
+.RE
+.\}
+.sp
+.sp
+\fB1. \fRCallout 1
+.br
+\fB2. \fRCallout 2
+.br
+\fB3. \fRCallout 3
+.br
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite
@@ -84,12 +116,12 @@ test_expect_success ASCIIDOC 'legacy asciidoc.py' '
check_manpage "git-foo"
'
-test_expect_success ASCIIDOC 'legacy asciidoc.py (docbook5)' '
+test_expect_failure ASCIIDOC 'legacy asciidoc.py (docbook5)' '
build_asciidoc_py "git-foo" docbook5 &&
check_manpage "git-foo"
'
-test_expect_success ASCIIDOCTOR 'modern asciidoctor (docbook5)' '
+test_expect_failure ASCIIDOCTOR 'modern asciidoctor (docbook5)' '
build_asciidoctor "git-foo" &&
check_manpage "git-foo"
'
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> --- t/t0600-doc-tools.sh | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-)