diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-18 18:55:08 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-18 18:55:08 +0000 |
| commit | e400a59eee150af30ba8d4eda7d14656b92c4cc1 (patch) | |
| tree | 630b45123719f27a3c5ac3781620c82502ae73ef /docutils/test/test_readers | |
| parent | 0f307e0f38576b464a1d93034f51f11938e4067a (diff) | |
| download | docutils-e400a59eee150af30ba8d4eda7d14656b92c4cc1.tar.gz | |
Change default value for the "auto_id_prefix" setting to "%".
Auto-generated IDs use the tag name as prefix.
Set auto_id_prefix_ to "id" if you want unchanged auto-IDs.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8771 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/test_readers')
| -rwxr-xr-x | docutils/test/test_readers/test_pep/test_inline_markup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/test/test_readers/test_pep/test_inline_markup.py b/docutils/test/test_readers/test_pep/test_inline_markup.py index 10f1a63a8..8715b9641 100755 --- a/docutils/test/test_readers/test_pep/test_inline_markup.py +++ b/docutils/test/test_readers/test_pep/test_inline_markup.py @@ -124,9 +124,9 @@ For *completeness*, _`let's` ``test`` **other** forms_ <title_reference> inline markup \n\ - <footnote_reference auto="*" ids="id1"> + <footnote_reference auto="*" ids="footnote-reference-1"> . - <footnote auto="*" ids="id2"> + <footnote auto="*" ids="footnote-1"> <paragraph> See \n\ <reference refuri="http://docutils.sf.net/docs/ref/rst/restructuredtext.html"> |
