diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-15 14:32:01 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-12-15 14:32:01 +0000 |
| commit | b50b1960c2c8ecc589b183082940e64c521585f6 (patch) | |
| tree | 8ff71839610925b344913eab2dfe4379c2662f9f /test/functional/tests | |
| parent | fe6511245e477cf742af74eba9dc7f824fb4c2b1 (diff) | |
| download | docutils-b50b1960c2c8ecc589b183082940e64c521585f6.tar.gz | |
fixed "compact" & "open" classes on lists, and added a functional test
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/tests')
| -rw-r--r-- | test/functional/tests/compact_lists.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/tests/compact_lists.py b/test/functional/tests/compact_lists.py new file mode 100644 index 000000000..3ac4c3f8b --- /dev/null +++ b/test/functional/tests/compact_lists.py @@ -0,0 +1,11 @@ +# Source and destination file names. +test_source = "compact_lists.txt" +test_destination = "compact_lists.html" + +# Keyword parameters passed to publish_file. +reader_name = "standalone" +parser_name = "rst" +writer_name = "html" + +# Settings +#settings_overrides['key'] = |
