diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-24 20:56:35 -0700 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-25 22:32:50 -0700 |
| commit | 08631ef1a3c8a3afe18694bbeb8fd3d6f580a589 (patch) | |
| tree | 60d9a1da712c282b087571b8fc3d6b6f68a3437a /tests/html-reader.native | |
| parent | 3aa5733f30b6daf755a00d0c2a318fb55a177289 (diff) | |
Some test suite fixes for new metadata.
Diffstat (limited to 'tests/html-reader.native')
| -rw-r--r-- | tests/html-reader.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html-reader.native b/tests/html-reader.native index 76c13c0b9..15937e594 100644 --- a/tests/html-reader.native +++ b/tests/html-reader.native @@ -1,4 +1,4 @@ -Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite"], docAuthors = [], docDate = []}) +Pandoc (Meta {unMeta = fromList [("title",MetaInlines [Str "Pandoc",Space,Str "Test",Space,Str "Suite"])]}) [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "set",Space,Str "of",Space,Str "tests",Space,Str "for",Space,Str "pandoc",Str ".",Space,Str "Most",Space,Str "of",Space,Str "them",Space,Str "are",Space,Str "adapted",Space,Str "from",Space,Str "John",Space,Str "Gruber",Str "'",Str "s",Space,Str "markdown",Space,Str "test",Space,Str "suite",Str "."] ,HorizontalRule ,Header 1 ("",[],[]) [Str "Headers"] |
