From 318f315ddc3a5479b7555be9aa56b9b22f8d81ee Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 3 Mar 2006 08:43:12 +0000 Subject: [PATCH] New and updated tests --- testdocs/tests/dir.001.xml | 20 +++++++++++++++ testdocs/tests/informaltable.015.xml | 2 +- testdocs/tests/programlisting.002.xml | 2 +- testdocs/tests/pubsnumber.xml | 16 ++++++++++++ testdocs/tests/sgmltag.xml | 30 +++++++++++++++++++++++ testdocs/tests/table.019.xml | 35 +++++++++++++++++++++++++++ 6 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 testdocs/tests/dir.001.xml create mode 100644 testdocs/tests/pubsnumber.xml create mode 100644 testdocs/tests/sgmltag.xml create mode 100644 testdocs/tests/table.019.xml diff --git a/testdocs/tests/dir.001.xml b/testdocs/tests/dir.001.xml new file mode 100644 index 000000000..1c796d332 --- /dev/null +++ b/testdocs/tests/dir.001.xml @@ -0,0 +1,20 @@ + + + + +$Id$ +NormanWalsh +
ndw@nwalsh.com
+
+
+Unit Test: chapter.001.xml + +This is a chapter test. + +This is a chapter written in English, a left-to-right +language. It contains a phrase putatively written +in a right-to-left language, though in fact the phrase is +in English too. + +
diff --git a/testdocs/tests/informaltable.015.xml b/testdocs/tests/informaltable.015.xml index 5101f1025..10bcbeb73 100644 --- a/testdocs/tests/informaltable.015.xml +++ b/testdocs/tests/informaltable.015.xml @@ -18,7 +18,7 @@ should expand to fill entire horizontal space. - + Category diff --git a/testdocs/tests/programlisting.002.xml b/testdocs/tests/programlisting.002.xml index c9a697fc1..d8a52aaa8 100644 --- a/testdocs/tests/programlisting.002.xml +++ b/testdocs/tests/programlisting.002.xml @@ -12,7 +12,7 @@ - + diff --git a/testdocs/tests/pubsnumber.xml b/testdocs/tests/pubsnumber.xml new file mode 100644 index 000000000..b0b842262 --- /dev/null +++ b/testdocs/tests/pubsnumber.xml @@ -0,0 +1,16 @@ + + +
+ +Unit Test: pubsnumber.001.xml +$Id$ +NormanWalsh +
ndw@nwalsh.com
+
+12345 +
+ +This is an article test. It has a pubsnumber. + +
diff --git a/testdocs/tests/sgmltag.xml b/testdocs/tests/sgmltag.xml new file mode 100644 index 000000000..6e99521b8 --- /dev/null +++ b/testdocs/tests/sgmltag.xml @@ -0,0 +1,30 @@ + + +
+ +Unit Test: sgmltag.001.xml +$Id$ +NormanWalsh +
ndw@nwalsh.com
+
+
+ +There are several classes of “tag”: + + +attribute +attvalue +element +emptytag +endtag +genentity +numcharref +paramentity +pi +sgmlcomment +starttag +xmlpi + + +
diff --git a/testdocs/tests/table.019.xml b/testdocs/tests/table.019.xml new file mode 100644 index 000000000..11ee140c3 --- /dev/null +++ b/testdocs/tests/table.019.xml @@ -0,0 +1,35 @@ + +
+Unit Test: table.006 + +$Id$ +NormanWalsh
ndw@nwalsh.com
+
+ +Tic Tac Toe (the perverse way, using colsep on colspec and rowsep on rows): + + + + + + + +a foo +a bar +a baz + + +b foo +b bar +b baz + + +c foo +c foo +c baz + + + + + +
-- 2.40.0