summaryrefslogtreecommitdiff
path: root/docutils/test/data/config_2.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix trailing whitespace (non-Python files).milde2022-01-291-1/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Test config settings in "non-native" config file sections.milde2022-01-241-1/+7
| | | | | | | | | | | | | Config file sections may also contain settings from other components. They are used, if * they are defined in an active "SettingsSpec.settings_spec", * the containing section is the `confg_section` or in the `config_section_overrides` of one of the active components. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Test config settings with "side-effects" (overwriting other settings).milde2022-01-241-1/+1
| | | | | | | | | | | | | | 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
* added test for overriding trim_footnote_reference_spacewiemann2004-10-171-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2710 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* new tests & support filesgoodger2003-09-011-0/+10
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04