mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-01 18:25:02 -05:00
Merge pull request #2674 from kleinfreund/master
This commit is contained in:
@@ -69,7 +69,7 @@ class TestDocument < Test::Unit::TestCase
|
||||
assert_equal({
|
||||
"title"=>"Example slide",
|
||||
"layout"=>"slide",
|
||||
"nested"=> {
|
||||
"nested"=> {
|
||||
"key"=>"myval"
|
||||
}
|
||||
}, @document.data)
|
||||
@@ -100,7 +100,7 @@ class TestDocument < Test::Unit::TestCase
|
||||
assert_equal({
|
||||
"title"=>"Override title",
|
||||
"layout"=>"slide",
|
||||
"nested"=> {
|
||||
"nested"=> {
|
||||
"test1"=>"override1",
|
||||
"test2"=>"override2"
|
||||
}
|
||||
@@ -131,7 +131,7 @@ class TestDocument < Test::Unit::TestCase
|
||||
assert_equal({
|
||||
"title"=>"Example slide",
|
||||
"layout"=>"slide",
|
||||
"nested"=> {
|
||||
"nested"=> {
|
||||
"key"=>"value123"
|
||||
}
|
||||
}, @document.data)
|
||||
|
||||
Reference in New Issue
Block a user