SafeString: normalize filename quoting for EnvironmentError exceptions.
[docutils.git] / test / functional / tests / multistyle_path_rst_html4css1.py
blob85417642b1ef1f695861c5b7a1e3f787b2481371
1 # Source and destination file names.
2 test_source = "simple.txt"
3 test_destination = "multistyle_path_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'] = ''
13 settings_overrides['stylesheet_path'] = 'ham.css,path/to/spam.css'
14 settings_overrides['embed_stylesheet'] = 0