summaryrefslogtreecommitdiff
path: root/tests/html-reader.native
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-16 12:25:21 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-16 12:25:21 -0700
commit309024971c1f4cfea0dc2529cc4b75f02d7def33 (patch)
treea20f451f817555f12326a29cbce842033dae4f24 /tests/html-reader.native
parentcc91b1d1d320acaf6fb13cbc09e91fe3dc99ed70 (diff)
Updated tests for latest pandoc-types changes.
Diffstat (limited to 'tests/html-reader.native')
-rw-r--r--tests/html-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html-reader.native b/tests/html-reader.native
index 8f60f040e..15937e594 100644
--- a/tests/html-reader.native
+++ b/tests/html-reader.native
@@ -1,4 +1,4 @@
-Pandoc (Meta (fromList [("title",MetaInlines [Str "Pandoc",Space,Str "Test",Space,Str "Suite"])]))
+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"]