diff zs_test.go @ 34:ed40ca93db1e draft

added explicit yaml separator, fixed amber compilation sequence
author zaitsev.serge
date Wed, 02 Sep 2015 17:35:26 +0000
parents e3c902a7380d
children
line wrap: on
line diff
--- a/zs_test.go	Wed Sep 02 17:05:09 2015 +0000
+++ b/zs_test.go	Wed Sep 02 17:35:26 2015 +0000
@@ -53,7 +53,7 @@
 		`
 foo: bar
 title: Hello, world!
-
+---
 Some content in markdown
 `: Vars{
 			"foo":       "bar",
@@ -63,8 +63,9 @@
 			"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",