]> granicus.if.org Git - docbook-dsssl/commitdiff
two remark tests, one inline and one not
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Wed, 15 Jan 2003 07:31:44 +0000 (07:31 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Wed, 15 Jan 2003 07:31:44 +0000 (07:31 +0000)
testdocs/tests/remark.001.xml [new file with mode: 0644]
testdocs/tests/remark.002.xml [new file with mode: 0644]

diff --git a/testdocs/tests/remark.001.xml b/testdocs/tests/remark.001.xml
new file mode 100644 (file)
index 0000000..20f2470
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<article>
+<articleinfo>
+<title>Unit Test: remark.001</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Adam</firstname><surname>Di Carlo</surname>
+        <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+  <para>
+    Para before the remark.
+  </para>
+  <remark>
+    Remark outside of a paragraph.  May require %show-comments% to be
+    turned on.
+  </remark>
+  <para>
+    Para after the remark.
+  </para>
+</article>
diff --git a/testdocs/tests/remark.002.xml b/testdocs/tests/remark.002.xml
new file mode 100644 (file)
index 0000000..f555844
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<article>
+<articleinfo>
+<title>Unit Test: remark.002</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Adam</firstname><surname>Di Carlo</surname>
+        <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+  <para>
+    Pre-remark text.
+    <remark>
+      Inline remark (inside a paragraph).  May require %show-comments% to be
+      turned on.
+    </remark>
+    Post-remark text.
+  </para>
+</article>