diff options
Diffstat (limited to 'document_test.go')
| -rw-r--r-- | document_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/document_test.go b/document_test.go index 54c5def..0710499 100644 --- a/document_test.go +++ b/document_test.go @@ -22,10 +22,6 @@ func TestOpen(t *testing.T) { t.Fatal(err) } - // Since we cannot overwrite the asciidoctor output for - // generator, we override ourself. - doc.Attributes.Entry[DocAttrGenerator] = `Asciidoctor 2.0.18` - var buf bytes.Buffer err = doc.ToHTML(&buf) |
