summaryrefslogtreecommitdiff
path: root/test/functional/input
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-07 19:36:11 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-07 19:36:11 +0000
commitdcc80f043243f34d0373a3150bacfff20b3212ae (patch)
tree624c9c69692d40720438d43ee87a41ba82b70e8c /test/functional/input
parent71532b70cb8661bee0e5cb6cdf823c6902eb80bf (diff)
downloaddocutils-dcc80f043243f34d0373a3150bacfff20b3212ae.tar.gz
added "header" & "footer" directives, tests, docs, support, and some tweaks
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3184 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input')
-rw-r--r--test/functional/input/data/header_footer.txt2
-rw-r--r--test/functional/input/standalone_rst_html4css1.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/input/data/header_footer.txt b/test/functional/input/data/header_footer.txt
new file mode 100644
index 000000000..875c9fac0
--- /dev/null
+++ b/test/functional/input/data/header_footer.txt
@@ -0,0 +1,2 @@
+.. header:: Document header
+.. footer:: Document footer
diff --git a/test/functional/input/standalone_rst_html4css1.txt b/test/functional/input/standalone_rst_html4css1.txt
index 3847a089e..05f0287d0 100644
--- a/test/functional/input/standalone_rst_html4css1.txt
+++ b/test/functional/input/standalone_rst_html4css1.txt
@@ -1,4 +1,5 @@
.. include:: data/standard.txt
+.. include:: data/header_footer.txt
.. include:: data/table_colspan.txt
.. include:: data/table_rowspan.txt
.. include:: data/table_complex.txt