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