From bbe61a7db677ea2802dfbeb67fdffbed854526e2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 22 Mar 2007 13:02:16 +0000 Subject: [PATCH] New unit tests --- .../docbook/tests/unit-tests/htmlinfo.xml | 26 ++++++++++++++++ .../docbook/tests/unit-tests/rfe1682917.xml | 31 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 docbook/relaxng/docbook/tests/unit-tests/htmlinfo.xml create mode 100644 docbook/relaxng/docbook/tests/unit-tests/rfe1682917.xml diff --git a/docbook/relaxng/docbook/tests/unit-tests/htmlinfo.xml b/docbook/relaxng/docbook/tests/unit-tests/htmlinfo.xml new file mode 100644 index 000000000..f25c241ce --- /dev/null +++ b/docbook/relaxng/docbook/tests/unit-tests/htmlinfo.xml @@ -0,0 +1,26 @@ + +Sample book title + + +Sample chapter title + +This unit test contains an HTML table with an info. + + + + +Irrelevant + + + + + + + + +
This is the HTML table title
A1A2
B1B2
+ +
+ +
diff --git a/docbook/relaxng/docbook/tests/unit-tests/rfe1682917.xml b/docbook/relaxng/docbook/tests/unit-tests/rfe1682917.xml new file mode 100644 index 000000000..15fd10b96 --- /dev/null +++ b/docbook/relaxng/docbook/tests/unit-tests/rfe1682917.xml @@ -0,0 +1,31 @@ + +Sample book title + + +Sample chapter title + +This unit test contains examples with the width and pgwide attributes. +They are optional and mutually exclusive. + + +Page wide example +This example is page wide. + + + +Eighty column example +This example is 80 columns wide. + + + + + + + + -- 2.40.0