From bb1e03059b265bbbb040d07ebec42ff407a537a7 Mon Sep 17 00:00:00 2001 From: goodger Date: Sat, 26 Feb 2005 18:49:25 +0000 Subject: for testing attributes and metadata git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2991 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- test/functional/tests/misc_rst_html4css1.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/functional/tests/misc_rst_html4css1.py (limited to 'test/functional/tests') 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' -- cgit v1.2.1