From bbb9d658a69fbe6c66827a93969203498a3d1820 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 16 Jun 2010 22:43:00 +0000 Subject: Updated for_redcloth test to latest Alpha style. --- 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 1aeae78..0b7229c 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