8000 Update HTML fixture for python3 · github/markup@9899397 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9899397

Browse files
author
Carl Brasic
committed
Update HTML fixture for python3
The README.rst fixture had a test that was python2-specific, it asserted that a segment of markup would be dropped from the output for containing UTF-8 chars. That's no longer true, so we can update the fixture accordingly.
1 parent 935ee3b commit 9899397

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

test/markups/README.rst.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,47 @@ <h2><a href="#id1">Header 2</a></h2>
1616
<li>Somé UTF-8°</li>
1717
</ol>
1818
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.</p>
19+
<table>
20+
Things that are Awesome (on a scale of 1-11)
21+
22+
23+
24+
25+
<tbody valign="top">
26+
<tr>
27+
<td>Thing</td>
28+
<td>Awesomeness</td>
29+
</tr>
30+
<tr>
31+
<td>Icecream</td>
32+
<td>7</td>
33+
</tr>
34+
<tr>
35+
<td>Honey Badgers</td>
36+
<td>10.5</td>
37+
</tr>
38+
<tr>
39+
<td>Nickelback</td>
40+
<td>-2</td>
41+
</tr>
42+
<tr>
43+
<td>Iron Man</td>
44+
<td>10</td>
45+
</tr>
46+
<tr>
47+
<td>Iron Man 2</td>
48+
<td>3</td>
49+
</tr>
50+
<tr>
51+
<td>Tabular Data</td>
52+
<td>5</td>
53+
</tr>
54+
<tr>
55+
<td>Made up ratings</td>
56+
<td>11</td>
57+
</tr>
58+
</tbody>
59+
</table>
1960
<pre>
2061
A block of code
2162
</pre>

0 commit comments

Comments
 (0)
0