##// END OF EJS Templates
fix source indent of ApplicationHelperTest...
Toshi MARUYAMA -
r12582:833068207cc5
parent child
Show More
@@ -771,7 +771,7 RAW
771 to_test.each do |text, result|
771 to_test.each do |text, result|
772 assert_equal "<p>#{result}</p>",
772 assert_equal "<p>#{result}</p>",
773 textilizable(WikiContent.new( :text => text, :page => page ), :text)
773 textilizable(WikiContent.new( :text => text, :page => page ), :text)
774 end
774 end
775 end
775 end
776
776
777 def test_wiki_links_anchor_option_should_prepend_page_title_to_href
777 def test_wiki_links_anchor_option_should_prepend_page_title_to_href
General Comments 0
You need to be logged in to leave comments. Login now