diff main_test.go @ 52:befb74a09424 draft

Code cleanup
author prologic
date Thu, 28 Oct 2021 16:10:15 +0000
parents 0adadd497d23
children
line wrap: on
line diff
--- a/main_test.go	Sat Oct 23 03:57:19 2021 +0000
+++ b/main_test.go	Thu Oct 28 16:10:15 2021 +0000
@@ -55,7 +55,7 @@
 title: Hello, world!
 ---
 Some content in markdown
-`: Vars{
+`: {
 			"foo":       "bar",
 			"title":     "Hello, world!",
 			"url":       "test.html",
@@ -67,7 +67,7 @@
 url: "example.com/foo.html"
 ---
 Hello
-`: Vars{
+`: {
 			"url":       "example.com/foo.html",
 			"__content": "Hello\n",
 		},