diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-04 17:05:37 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-04 17:05:37 +0000 |
| commit | f1da7eb10858e31b6e69f96bf9c7f3e46801f50f (patch) | |
| tree | b5cd5d91d4c33e8a2c9e922b9e6235dff54ae6de /test/functional/tests | |
| parent | e27b1c2a3a25166e5d9da85a7bb9df3821f888da (diff) | |
| download | docutils-f1da7eb10858e31b6e69f96bf9c7f3e46801f50f.tar.gz | |
added the "field_name_limit" setting, test & docs
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/tests')
| -rw-r--r-- | test/functional/tests/field_name_limit.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/tests/field_name_limit.py b/test/functional/tests/field_name_limit.py new file mode 100644 index 000000000..db79d4c67 --- /dev/null +++ b/test/functional/tests/field_name_limit.py @@ -0,0 +1,12 @@ +# Source and destination file names. +test_source = "field_list.txt" +test_destination = "field_name_limit.html" + +# Keyword parameters passed to publish_file. +reader_name = "standalone" +parser_name = "rst" +writer_name = "html" + +# Settings +settings_overrides['field_name_limit'] = 0 # no limit +settings_overrides['docinfo_xform'] = 0 |
