From 94d04c5dea0284d9ea35f558e8ed2a464f25edee Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 1 Jun 2010 22:10:24 +0000 Subject: Fixed for_redcloth tests. --- test/functional/for_redcloth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/for_redcloth.rb b/test/functional/for_redcloth.rb index a8a737a..1aeae78 100644 --- a/test/functional/for_redcloth.rb +++ b/test/functional/for_redcloth.rb @@ -14,11 +14,11 @@ class BasicTest < Test::Unit::TestCase def test_for_redcloth require 'coderay/for_redcloth' - assert_equal "

puts "Hello, World!"

", + assert_equal "

puts "Hello, World!"

", RedCloth.new('@[ruby]puts "Hello, World!"@').to_html assert_equal <<-BLOCKCODE.chomp,
-
puts "Hello, World!"
+
puts "Hello, World!"
BLOCKCODE RedCloth.new('bc[ruby]. puts "Hello, World!"').to_html -- cgit v1.2.1