From 614aab76e2c82177fc910e427cfecd41c95f0ce5 Mon Sep 17 00:00:00 2001 From: Adam Di Carlo Date: Fri, 14 Feb 2003 16:20:14 +0000 Subject: [PATCH] test for whether whitespace is getting trimmed properly in table cells and itemizedlist listitems; the table cell case shows a bug in DSSSL --- testdocs/tests/itemizedlist.004.xml | 21 +++++++++++++++++++ testdocs/tests/table.011.xml | 32 +++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 testdocs/tests/itemizedlist.004.xml create mode 100644 testdocs/tests/table.011.xml diff --git a/testdocs/tests/itemizedlist.004.xml b/testdocs/tests/itemizedlist.004.xml new file mode 100644 index 000000000..9929bb525 --- /dev/null +++ b/testdocs/tests/itemizedlist.004.xml @@ -0,0 +1,21 @@ + + +
+ +Unit Test: itemizedlist.001 +$Id$ +Adam Di Carlo +
adam@onshored.com
+
+
+ + +This is the first one. + + This second item should be flush left with first one (trim + whitespace). + + + +
diff --git a/testdocs/tests/table.011.xml b/testdocs/tests/table.011.xml new file mode 100644 index 000000000..7de2ffe9d --- /dev/null +++ b/testdocs/tests/table.011.xml @@ -0,0 +1,32 @@ + + +
+ +Unit Test: table.011 +$Id$ +Adam Di Carlo +
adam@onshored.com
+
+
+ + +Simple cell spacing test. The following single-column table should +show both cell contents starting at the same place. + + Yes. + + + + + + First entry. + + + +Second entry. + + + + +
-- 2.50.1