From 174334ea4482d18b9f15b6e2c790b56b79a78549 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sat, 13 Oct 2012 13:58:56 -0600 Subject: [PATCH] Remove comment --- test/test_markup.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_markup.rb b/test/test_markup.rb index 5e2e343b..5250fd23 100644 --- a/test/test_markup.rb +++ b/test/test_markup.rb @@ -58,7 +58,6 @@ context "Markup" do test "absolute link to non-existent page" do @wiki.write_page("linktest", :markdown, "[[/Page]]", commit_details) - # "

a FooBar b

" page = @wiki.page("linktest") doc = Nokogiri::HTML page.formatted_data paras = doc / :p