From: Michael Smith Date: Wed, 28 Sep 2005 06:47:30 +0000 (+0000) Subject: Added a nested variablelist with a varlistentry that contains X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1a2c3f3cb702efd418683de81f172a5ab1c1e41;p=docbook-dsssl Added a nested variablelist with a varlistentry that contains multiple terms. (For testing handling of variablelist.term.separator and variablelist.term.break.after). --- diff --git a/testdocs/tests/refentry.007.xml b/testdocs/tests/refentry.007.xml index 09fa31e72..94bd30b1c 100644 --- a/testdocs/tests/refentry.007.xml +++ b/testdocs/tests/refentry.007.xml @@ -25,10 +25,48 @@ Description This is a minimal RefEntry. +The following is a Variablelist with a title. + + My variablelist + + varlistentry term 1 + some listitem text + + + varlistentry term 2 + some more listitem text + + + Subsection This is a minimal RefEntry. +The following is a Variablelist with a title and a nested variablelist + + My glosslist + + glossentry term 1 + some glossdef text + + + glossentry term 2 + + + + nested variablelist term 1 + some variablelist text + + + nested variablelist term 2 + some more variablelist text + + + + + + + Sub-subsection This is a minimal RefEntry. @@ -39,6 +77,71 @@ More Description This is a not-so minimal RefEntry. + +This is a screen [break here] +that starts with a line of space. [break here] +And it ends with a line of space. + + +normal paragraph here + +This is a screen [break here] +that does not start with a line of space. [break here] +And does not end with a line of space. + +The following is a Variablelist with a title and with a nested itemizedlist. + + My variablelist + + varlistentry term 1 + + + nested itemizedlist + + itemizedlist listitem 1 + + + itemizedlist listitem 2 + + + + + + varlistentry term 2 + some more listitem text + + + + +The following is a Variablelist with a title and with a +nested Varlistentry that contains multiple Terms + + My nested-multi-term-per-varlistentry variablelist + + Varlistentry term 1 + + + + varlistentry term 1.1 + varlistentry term 1.2 + varlistentry term 1.3 + All 'bout terms 1.1, 1.2, and 1.3 + + + + + + + varlistentry term 2 + some more listitem text + + + + + +Subsection +This is a minimal RefEntry. + @@ -47,4 +150,4 @@ - \ No newline at end of file +