From 7c3cfad2df8312c0efb3bee16bb5d7e517d2fece Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Mon, 20 Oct 2008 23:36:44 -0700 Subject: [PATCH] fix post#output test --- test/test_post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_post.rb b/test/test_post.rb index 091d4f07..9228839d 100644 --- a/test/test_post.rb +++ b/test/test_post.rb @@ -47,7 +47,7 @@ class TestPost < Test::Unit::TestCase layouts = {"default" => "<<< {{ content }} >>>"} p.add_layout(layouts) - assert_equal "<<<

Foo Bar

\n\n\n\t

Best post ever

>>>", p.content + assert_equal "<<<

Foo Bar

\n\n\n\t

Best post ever

>>>", p.output end def test_write