summaryrefslogtreecommitdiff
path: root/test/functional/tests
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-26 18:49:25 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-02-26 18:49:25 +0000
commitbb1e03059b265bbbb040d07ebec42ff407a537a7 (patch)
treedc8f1a9bce8b46e8e52633059ad45dbbbc7a7c66 /test/functional/tests
parent9ab128b4d6f8ea81f5d7f253a93b391ed56171fd (diff)
downloaddocutils-bb1e03059b265bbbb040d07ebec42ff407a537a7.tar.gz
for testing attributes and metadata
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2991 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/tests')
-rw-r--r--test/functional/tests/misc_rst_html4css1.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/tests/misc_rst_html4css1.py b/test/functional/tests/misc_rst_html4css1.py
new file mode 100644
index 000000000..d90f3453c
--- /dev/null
+++ b/test/functional/tests/misc_rst_html4css1.py
@@ -0,0 +1,12 @@
+# Source and destination file names.
+test_source = "simple.txt"
+test_destination = "misc_rst_html4css1.html"
+
+# Keyword parameters passed to publish_file.
+reader_name = "standalone"
+parser_name = "rst"
+writer_name = "html4css1"
+
+# Settings
+# test for encoded attribute value:
+settings_overrides['stylesheet'] = 'foo&bar.css'