aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-06-16 08:31:02 -0400
committerWaylan Limberg <waylan@gmail.com>2011-06-16 08:31:02 -0400
commit1a42fa8602a99e0a8807f517ac44ecda77d86c22 (patch)
tree115faa3db53a6f74551413491f0ef2cd1e220566 /tests/extensions/extra
parent619613e2d65cc339e3950483916ce29ed675b4fc (diff)
downloadmarkdown-1a42fa8602a99e0a8807f517ac44ecda77d86c22.tar.gz
markdown-1a42fa8602a99e0a8807f517ac44ecda77d86c22.tar.bz2
markdown-1a42fa8602a99e0a8807f517ac44ecda77d86c22.zip
Added our own xhtml searializer. We no longer use a xml searializer to output xhtml. This fixes #9 among other bugs. The test suite even had bad tests that should have been failing. They also have been corrected.
Diffstat (limited to 'tests/extensions/extra')
-rw-r--r--tests/extensions/extra/tables.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/extensions/extra/tables.html b/tests/extensions/extra/tables.html
index c931e6a..1d626da 100644
--- a/tests/extensions/extra/tables.html
+++ b/tests/extensions/extra/tables.html
@@ -85,13 +85,13 @@
</thead>
<tbody>
<tr>
-<td align="left" />
+<td align="left"></td>
<td align="center">Q</td>
-<td align="right" />
+<td align="right"></td>
</tr>
<tr>
<td align="left">W</td>
-<td align="center" />
+<td align="center"></td>
<td align="right">W</td>
</tr>
</tbody>
@@ -106,13 +106,13 @@
</thead>
<tbody>
<tr>
-<td />
+<td></td>
<td>Q</td>
-<td />
+<td></td>
</tr>
<tr>
<td>W</td>
-<td />
+<td></td>
<td>W</td>
</tr>
</tbody>