diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-02-10 19:50:10 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-02-10 19:50:10 +0000 |
| commit | 18b0c030e276dc8b996bdccc4d4a408b20e556d1 (patch) | |
| tree | ee17acc3670b72d752b5722eaa5380139ba2343b | |
| parent | 45ce4d356acc9cb16a3cc232b496c292de5528e9 (diff) | |
| download | docutils-18b0c030e276dc8b996bdccc4d4a408b20e556d1.tar.gz | |
FIX r8608 moved attribute-optional in html5 test: but not in expected
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8612 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html5.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html5.html b/docutils/test/functional/expected/standalone_rst_html5.html index b9473f117..f7676ec7e 100644 --- a/docutils/test/functional/expected/standalone_rst_html5.html +++ b/docutils/test/functional/expected/standalone_rst_html5.html @@ -1579,16 +1579,6 @@ reStructuredText equivalents.</p> </blockquote> </dd> </dl> -<dl class="footnote brackets"> -<dt class="label" id="attribute-optional"><span class="brackets">5</span><span class="fn-backref">(<a href="#footnote-reference-10">1</a>,<a href="#footnote-reference-14">2</a>,<a href="#footnote-reference-16">3</a>,<a href="#footnote-reference-17">4</a>)</span></dt> -<dd><p>Would gain from support for attributes/arguments -to inline roles. See <a class="reference external" href="http://docutils.sourceforge.net/docs/dev/todo.html#interpreted-text">TODO</a> <a class="footnote-reference brackets" href="#footnote-9" id="footnote-reference-22">9</a></p> -</dd> -<dt class="label" id="attribute-required"><span class="brackets">6</span><span class="fn-backref">(<a href="#footnote-reference-12">1</a>,<a href="#footnote-reference-13">2</a>,<a href="#footnote-reference-15">3</a>)</span></dt> -<dd><p>Requires support for attributes to inline -roles to make sense.</p> -</dd> -</dl> </section> </section> <section id="changes-to-the-html4css1-writer"> |
