1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Description: fix expected result for README.rst with python3 docutils
Origin: vendor
Forwarded: no
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2020-01-17
--- a/test/markups/README.rst.html
+++ b/test/markups/README.rst.html
@@ -16,6 +16,47 @@
<li>Somé UTF-8°</li>
</ol>
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.</p>
+<table>
+<caption>Things that are Awesome (on a scale of 1-11)</caption>
+
+
+
+
+<tbody valign="top">
+<tr>
+<td>Thing</td>
+<td>Awesomeness</td>
+</tr>
+<tr>
+<td>Icecream</td>
+<td>7</td>
+</tr>
+<tr>
+<td>Honey Badgers</td>
+<td>10.5</td>
+</tr>
+<tr>
+<td>Nickelback</td>
+<td>-2</td>
+</tr>
+<tr>
+<td>Iron Man</td>
+<td>10</td>
+</tr>
+<tr>
+<td>Iron Man 2</td>
+<td>3</td>
+</tr>
+<tr>
+<td>Tabular Data</td>
+<td>5</td>
+</tr>
+<tr>
+<td>Made up ratings</td>
+<td>11</td>
+</tr>
+</tbody>
+</table>
<pre>
A block of code
</pre>
@@ -87,9 +128,6 @@
</tr>
</tbody>
</table>
-
<p><a href="mailto:someone@somewhere.org">someone@somewhere.org</a></p>
-
<p>Press <kbd>Ctrl+C</kbd> to quit</p>
-
-<p><strong>RAW HTML!</strong></p> p {color:blue;}
+<p><strong>RAW HTML!</strong></p> p {color:blue;}
\ No newline at end of file
|