aboutsummaryrefslogtreecommitdiff
path: root/document_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'document_test.go')
-rw-r--r--document_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/document_test.go b/document_test.go
index 42e9b03..f36be73 100644
--- a/document_test.go
+++ b/document_test.go
@@ -108,6 +108,10 @@ func TestDocument_ToHTML(t *testing.T) {
name: `header`,
fileAdoc: `testdata/html/header.adoc`,
fileExpHtml: `testdata/html/header.exp.html`,
+ }, {
+ name: `preamble`,
+ fileAdoc: `testdata/html/preamble.adoc`,
+ fileExpHtml: `testdata/html/preamble.exp.html`,
}}
c testCase