revert last commit due to parsing issues

This commit is contained in:
rick
2010-12-07 15:29:25 -08:00
parent 5e0919efe1
commit a657b12a88
3 changed files with 0 additions and 48 deletions
-10
View File
@@ -50,16 +50,6 @@ context "Markup" do
assert yielded
end
test "does not modify content in pre tags" do
@wiki.write_page("Pre", :markdown,
"abc [[a]]\n\n<pre > [[b]] </pre>\n\n``` ruby\n[[c]]\n```\n[[d]]",
commit_details)
page = @wiki.page("Pre")
html = page.formatted_data
assert html['[[b]]']
assert html[%([[</span><span class="n">c)]
end
#########################################################################
#
# Links