]> granicus.if.org Git - docbook-dsssl/commitdiff
Added test to check handling of admons in para. Thanks to Daniel
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 9 Mar 2006 11:35:54 +0000 (11:35 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 9 Mar 2006 11:35:54 +0000 (11:35 +0000)
Leidert for reporting. See bug #1446282. Also added a simple
segmentedlist.

testdocs/tests/refentry.007.xml

index e8e569e37ecf4609fcd2d89e286e5d97f010928b..4006340ffd088f02d45a43c66381cf0874aa7571 100644 (file)
@@ -187,6 +187,25 @@ nested Varlistentry that contains multiple Terms
 <refsect1>
 <title>Even More Description</title>
 <para>This is an even less minimal RefEntry.</para>
+
+<para>The following is a segmentedlist with two segtitle elements.</para>
+<segmentedlist><title>Gibbererish</title>
+<segtitle>Floober</segtitle>
+<segtitle>Buugler</segtitle>
+<segtitle>Sstangooo</segtitle>
+<segtitle>Borobinda</segtitle>
+<seglistitem><seg>Bamalalaboonda</seg><seg>Mondorotoluafu</seg><seg>Ganafutralinga</seg><seg>Patagularamakundra</seg></seglistitem>
+<seglistitem><seg>Cadraracondar</seg><seg>Hentirotomaambu</seg><seg>Bdomentriolaia</seg><seg>Candamalaturuanio</seg></seglistitem>
+</segmentedlist>
+
+
+<para>The following is an <sgmltag>important</sgmltag> admonition.
+<important>
+  <para>It is very important that you read this. That’s why it stands
+  out the way that it does.</para>
+</important>
+</para>
+
 </refsect1>
 
 </refentry>