SafeString: normalize filename quoting for EnvironmentError exceptions.
[docutils.git] / test / functional / tests / multistyle_rst_html4css1.py
blobc7ccf850db8762546bf4d75707ab490e449b1eb8
1 # Source and destination file names.
2 test_source = "simple.txt"
3 test_destination = "multistyle_rst_html4css1.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html4css1"
10 # Settings
11 # test for encoded attribute value:
12 settings_overrides['stylesheet'] = 'ham.css,/spam.css'
13 settings_overrides['stylesheet_path'] = ''
14 settings_overrides['embed_stylesheet'] = 0