mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
fixed test for CRLF (extra newline was being picked up)
This commit is contained in:
@@ -77,7 +77,7 @@ class TestPost < Test::Unit::TestCase
|
||||
@post.read_yaml(@source, @real_file)
|
||||
|
||||
assert_equal({"title" => "Test title", "layout" => "post", "tag" => "Ruby"}, @post.data)
|
||||
assert_equal "\r\n\r\nThis is the content", @post.content
|
||||
assert_equal "\r\nThis is the content", @post.content
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user