parser: Make the constant vars ... constants

This commit is contained in:
Bjørn Erik Pedersen 2016-03-23 15:05:32 +01:00
parent bf76e74432
commit c20dee9d7f

View file

@ -25,7 +25,7 @@ import (
"testing"
)
var (
const (
contentNoFrontmatter = "a page with no front matter"
contentWithFrontmatter = "---\ntitle: front matter\n---\nContent with front matter"
contentHTMLNoDoctype = "<html>\n\t<body>\n\t</body>\n</html>"