summaryrefslogtreecommitdiff
path: root/tests/opml-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/opml-reader.native
parentcc91b1d1d320acaf6fb13cbc09e91fe3dc99ed70 (diff)
Updated tests for latest pandoc-types changes.
Diffstat (limited to 'tests/opml-reader.native')
-rw-r--r--tests/opml-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opml-reader.native b/tests/opml-reader.native
index 237a16719..e71857680 100644
--- a/tests/opml-reader.native
+++ b/tests/opml-reader.native
@@ -1,4 +1,4 @@
-Pandoc (Meta (fromList [("author",MetaList [MetaInlines [Str "Dave",Space,Str "Winer"]]),("date",MetaInlines [Str "Thu,",Space,Str "14",Space,Str "Jul",Space,Str "2005",Space,Str "23:41:05",Space,Str "GMT"]),("title",MetaInlines [Str "States"])]))
+Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "Dave",Space,Str "Winer"]]),("date",MetaInlines [Str "Thu,",Space,Str "14",Space,Str "Jul",Space,Str "2005",Space,Str "23:41:05",Space,Str "GMT"]),("title",MetaInlines [Str "States"])]})
[Header 1 ("",[],[]) [Str "United",Space,Str "States"]
,Header 2 ("",[],[]) [Str "Far",Space,Str "West"]
,Header 3 ("",[],[]) [Str "Alaska"]