summaryrefslogtreecommitdiff
path: root/test/testdocs/programlisting.004.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdocs/programlisting.004.xml')
-rw-r--r--test/testdocs/programlisting.004.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/testdocs/programlisting.004.xml b/test/testdocs/programlisting.004.xml
new file mode 100644
index 00000000..3aa454ca
--- /dev/null
+++ b/test/testdocs/programlisting.004.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<article id="programlisting.004">
+ <articleinfo>
+ <title>Unit Test: programlisting.004</title>
+ <author>
+ <firstname>Stéphane</firstname><surname>Bortzmeyer</surname>
+ </author>
+ </articleinfo>
+
+ <section>
+ <title>The only one</title>
+
+ <para>Testing footnote within programlisting.
+ Please try with footnotes as end notes, and footnotes at bottom
+ of page (<parameter>bop-footnotes</parameter> in DSSSL).</para>
+
+ <programlisting>
+ hostname RTA
+ router ospf
+ ospf router-id 192.134.7.241 <footnote><para>It is not
+necessary to set the router ID.</para>
+ </footnote>
+ network 192.134.7.0/24 area 0
+</programlisting>
+ </section>
+</article>