diff options
author | clsr <clsr@clsr.net> | 2017-08-24 15:56:03 +0200 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2017-08-24 17:09:17 +0200 |
commit | 4184f047985bb28e79dd11863fe76c71865d89db (patch) | |
tree | 14f6c6679c91ede15d1abaad9ef34aebe25a72e6 /write_test.go | |
parent | 27a229a06f0354ee16bb97e6cf2dd1780923e74f (diff) | |
download | cnm-go-4184f047985bb28e79dd11863fe76c71865d89db.tar.gz cnm-go-4184f047985bb28e79dd11863fe76c71865d89db.zip |
Add ContainerBlock and RawTextContentsv0.2.0
Table.Rows() has been renamed to Table.Children().
RawBlock.Contents is now RawTextContents.
TextRawContents is now used for unknown text formats.
Diffstat (limited to 'write_test.go')
-rw-r--r-- | write_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/write_test.go b/write_test.go index fc13459..bf829a0 100644 --- a/write_test.go +++ b/write_test.go @@ -102,7 +102,7 @@ content }, &RawBlock{ Syntax: "text/plain", - Contents: "of various \\n features", + Contents: TextRawContents{"of various \\n features"}, }, &SectionBlock{ContentBlock{ name: "section", |