diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-01-26 23:38:51 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-01-26 23:38:51 +0000 |
| commit | d680e46f752316fa920e9ee786e8217f24ac4bf2 (patch) | |
| tree | 81a58a43bf7233c438d8a8562bdac1d7ba523f7b /docutils/test/functional/input | |
| parent | 84d79dbff660c6ce82a1d332ad96be0e54262271 (diff) | |
| download | docutils-d680e46f752316fa920e9ee786e8217f24ac4bf2.tar.gz | |
Small update of the functional test input.
No change in functionality.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 2 | ||||
| -rw-r--r-- | docutils/test/functional/input/html5-text-level-tags.txt | 22 |
2 files changed, 11 insertions, 13 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 3b232a67f..12e2fd1bf 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -544,7 +544,7 @@ layout. This paragraph is also part of the legend. -A left-aligned figure: +A left-aligned figure, 70% wide: .. figure:: ../../../docs/user/rst/images/biohazard.png :figclass: figclass1 figclass2 diff --git a/docutils/test/functional/input/html5-text-level-tags.txt b/docutils/test/functional/input/html5-text-level-tags.txt index 3196ecb39..685412cbd 100644 --- a/docutils/test/functional/input/html5-text-level-tags.txt +++ b/docutils/test/functional/input/html5-text-level-tags.txt @@ -216,6 +216,13 @@ __ https://html.spec.whatwg.org/#text-level-semantics www.simply\ |wbr|\orange\ |wbr|\juice.com +.. [#attribute-optional] Would gain from support for attributes/arguments + to inline roles. See TODO_ + +.. [#attribute-required] Requires support for attributes to inline + roles to make sense. + + Indicating Edits ---------------- @@ -230,11 +237,10 @@ __ https://html.spec.whatwg.org/multipage/edits.html .. role:: ins This text has "always" been here. :ins:`This text has been inserted.` - + .. container:: ins - + This paragraph has been inserted. - :del: Removed content [#attribute-optional]_ @@ -244,15 +250,7 @@ __ https://html.spec.whatwg.org/multipage/edits.html :del:`This text has been deleted`, here is the rest of the paragraph. .. container:: del - - This paragraph has been deleted. - - -.. [#attribute-optional] Would gain from support for attributes/arguments - to inline roles. See TODO_ - -.. [#attribute-required] Requires support for attributes to inline - roles to make sense. + This paragraph has been deleted. .. _TODO: http://docutils.sourceforge.net/docs/dev/todo.html#interpreted-text |
