mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
fix post#output test
This commit is contained in:
@@ -47,7 +47,7 @@ class TestPost < Test::Unit::TestCase
|
||||
layouts = {"default" => "<<< {{ content }} >>>"}
|
||||
p.add_layout(layouts)
|
||||
|
||||
assert_equal "<<< <h1>Foo Bar</h1>\n\n\n\t<p>Best <strong>post</strong> ever</p> >>>", p.content
|
||||
assert_equal "<<< <h1>Foo Bar</h1>\n\n\n\t<p>Best <strong>post</strong> ever</p> >>>", p.output
|
||||
end
|
||||
|
||||
def test_write
|
||||
|
||||
Reference in New Issue
Block a user