aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/attributes2.html
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/misc/attributes2.html
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/misc/attributes2.html')
-rw-r--r--tests/misc/attributes2.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/attributes2.html b/tests/misc/attributes2.html
index 5971cc8..b78fee0 100644
--- a/tests/misc/attributes2.html
+++ b/tests/misc/attributes2.html
@@ -1,6 +1,6 @@
-<p id="TABLE.OF.CONTENTS" />
+<p id="TABLE.OF.CONTENTS"></p>
<ul>
-<li id="TABLEOFCONTENTS" />
+<li id="TABLEOFCONTENTS"></li>
</ul>
<p id="TABLEOFCONTENTS">Or in the middle of the text </p>
-<p id="tableofcontents" /> \ No newline at end of file
+<p id="tableofcontents"></p> \ No newline at end of file