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
