diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-24 16:07:06 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-24 16:07:06 +0000 |
| commit | 45fd7a4122ab1fb2d9eb6df65f01a440ae798342 (patch) | |
| tree | d48b8db863d1ef76ef3f26ac89de1ba017956044 /docutils/test/data/config_error_handler.txt | |
| parent | 2a4d50108443a64dfb95c80e785afe62ea318247 (diff) | |
| download | docutils-45fd7a4122ab1fb2d9eb6df65f01a440ae798342.tar.gz | |
Test config settings with "side-effects" (overwriting other settings).
Add samples testing the handling of configuration file settings that
affect other settings:
* `input_encoding`, `output_encoding`, and `error_encoding` also set
the respective `*_encoding_error_handler` if the value has the form
`<encoding>:<handler>`.
* `stylesheet` and `stylesheet_path` are mutually exclusive
and (re)set the other setting to None.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8962 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/data/config_error_handler.txt')
| -rw-r--r-- | docutils/test/data/config_error_handler.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docutils/test/data/config_error_handler.txt b/docutils/test/data/config_error_handler.txt index 82e341649..3d46ae791 100644 --- a/docutils/test/data/config_error_handler.txt +++ b/docutils/test/data/config_error_handler.txt @@ -1,2 +1,3 @@ [general] +# set `error_encoding` and `error_encoding_error_handler` error_encoding: ascii:strict |
