Fix #338: re.sub() flag argument at wrong position.
[docutils.git] / sandbox / html4strict / test / standalone_rst_xhtml11.py
blobc8925ac9c736a68e1bb807a42aa0eb5efbc32553
1 # Test the xhtml11 writer:
3 # common reader/parser/transform defaults for standalone tests
4 exec(open('functional/tests/_standalone_rst_defaults.py').read())
6 # Source and destination file names.
7 test_source = "standalone_rst_xhtml11.txt"
8 test_destination = "standalone_rst_xhtml11.xhtml"
10 # Keyword parameters passed to publish_file.
11 writer_name = "xhtml11"
13 # Settings
14 # local copy of default stylesheet:
15 # (test runs in ``docutils/test/``, we need relative path from there.)
16 settings_overrides['stylesheet_dirs'] = ('.', 'functional/input/data')