From 20e4ca6a56e32fe50d9228ec0f5298dd315f7ee4 Mon Sep 17 00:00:00 2001 From: risk Date: Mon, 8 Aug 2011 15:26:27 -0700 Subject: [PATCH] normalize test output --- test/test_markup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_markup.rb b/test/test_markup.rb index 25dc935d..d8cd88d2 100644 --- a/test/test_markup.rb +++ b/test/test_markup.rb @@ -166,7 +166,7 @@ context "Markup" do @wiki.write_page("Potato", :markdown, "a [[Potato Heaad|Potato]] ", commit_details) page = @wiki.page("Potato") output = page.formatted_data - assert_equal "

a Potato Heaad

", output + assert_equal "

aPotatoHeaad

", normal(output) end test "page link with different text on mediawiki" do