diff options
| author | aa-turner <aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-10-28 03:05:39 +0000 |
|---|---|---|
| committer | aa-turner <aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-10-28 03:05:39 +0000 |
| commit | b2afd87daae2716b74247f30d293a154030fa6cf (patch) | |
| tree | 1e98f43d807c3fa771a15227bdb005b901cf12dc /docutils/test/test_parsers/test_recommonmark | |
| parent | ab09362e5ba200472145995ee01ee21c76fbbd30 (diff) | |
| download | docutils-b2afd87daae2716b74247f30d293a154030fa6cf.tar.gz | |
Normalise all test section names
Ensure all names are lowercase, and replace all non-alpha characters
with underscores.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9193 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/test_parsers/test_recommonmark')
| -rwxr-xr-x | docutils/test/test_parsers/test_recommonmark/test_inline_markup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docutils/test/test_parsers/test_recommonmark/test_inline_markup.py b/docutils/test/test_parsers/test_recommonmark/test_inline_markup.py index eb044e4d3..7f5370647 100755 --- a/docutils/test/test_parsers/test_recommonmark/test_inline_markup.py +++ b/docutils/test/test_parsers/test_recommonmark/test_inline_markup.py @@ -376,7 +376,7 @@ across lines] """], ] -totest['appended_URIs'] = [ +totest['appended_uris'] = [ ["""\ [anonymous reference](http://example.com) """, @@ -432,7 +432,7 @@ Relative URIs' reference text can't be omitted: """], ] -totest['standalone hyperlink'] = [ +totest['standalone_hyperlink'] = [ ["""\ CommonMark calls standalone hyperlinks like <http://example.com> "autolinks". @@ -448,7 +448,7 @@ like <http://example.com> "autolinks". """], ] -totest['raw HTML'] = [ +totest['raw_html'] = [ ["""\ foo <a href="uri"> bar """, @@ -497,7 +497,7 @@ Hard line breaks are not supported by Docutils. """], ] -totest['markup recognition rules'] = [ +totest['markup_recognition_rules'] = [ [r""" Character-level m*a***r**`k`_u_p works except for underline. |
