added explicit yaml separator, fixed amber compilation sequence

git-svn-id: file:///srv/svn/repo/aya/trunk@35 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
zaitsev.serge
2015-09-02 17:35:26 +00:00
parent 37ae350571
commit d28d190eec
6 changed files with 44 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ func TestVars(t *testing.T) {
`
foo: bar
title: Hello, world!
---
Some content in markdown
`: Vars{
"foo": "bar",
@@ -63,8 +63,9 @@ Some content in markdown
"output": filepath.Join(PUBDIR, "test.html"),
"__content": "Some content in markdown\n",
},
`url: "example.com/foo.html"
`
url: "example.com/foo.html"
---
Hello
`: Vars{
"url": "example.com/foo.html",