summaryrefslogtreecommitdiff
path: root/docutils/test/data/config_error_handler.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-24 16:07:06 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-24 16:07:06 +0000
commit45fd7a4122ab1fb2d9eb6df65f01a440ae798342 (patch)
treed48b8db863d1ef76ef3f26ac89de1ba017956044 /docutils/test/data/config_error_handler.txt
parent2a4d50108443a64dfb95c80e785afe62ea318247 (diff)
downloaddocutils-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.txt1
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