From 359447da3a8e5dbdeca7a5d8292e7ea675ba6eea Mon Sep 17 00:00:00 2001 From: Adam Di Carlo Date: Wed, 15 Jan 2003 07:31:44 +0000 Subject: [PATCH] two remark tests, one inline and one not --- testdocs/tests/remark.001.xml | 22 ++++++++++++++++++++++ testdocs/tests/remark.002.xml | 20 ++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 testdocs/tests/remark.001.xml create mode 100644 testdocs/tests/remark.002.xml diff --git a/testdocs/tests/remark.001.xml b/testdocs/tests/remark.001.xml new file mode 100644 index 000000000..20f2470e6 --- /dev/null +++ b/testdocs/tests/remark.001.xml @@ -0,0 +1,22 @@ + + +
+ +Unit Test: remark.001 +$Id$ +AdamDi Carlo +
adam@onshored.com
+
+
+ + Para before the remark. + + + Remark outside of a paragraph. May require %show-comments% to be + turned on. + + + Para after the remark. + +
diff --git a/testdocs/tests/remark.002.xml b/testdocs/tests/remark.002.xml new file mode 100644 index 000000000..f5558446f --- /dev/null +++ b/testdocs/tests/remark.002.xml @@ -0,0 +1,20 @@ + + +
+ +Unit Test: remark.002 +$Id$ +AdamDi Carlo +
adam@onshored.com
+
+
+ + Pre-remark text. + + Inline remark (inside a paragraph). May require %show-comments% to be + turned on. + + Post-remark text. + +
-- 2.50.1