fix tests

This commit is contained in:
rick
2011-03-10 11:06:18 -08:00
parent 45a300c6bc
commit e0494a6321
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ context "Markup" do
@wiki.write_page("Potato", :mediawiki, "a [[Potato|Potato Heaad]] ", commit_details)
page = @wiki.page("Potato")
output = page.formatted_data
assert_equal "<p>\na <a class=\"internal present\" href=\"/Potato\">Potato Heaad</a> \n</p>", output
assert_equal "<p>\na <a class=\"internal present\" href=\"/Potato\">Potato Heaad</a> </p>", output
end
#########################################################################