summaryrefslogtreecommitdiff
path: root/tests/latex-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/latex-reader.native
parentcc91b1d1d320acaf6fb13cbc09e91fe3dc99ed70 (diff)
Updated tests for latest pandoc-types changes.
Diffstat (limited to 'tests/latex-reader.native')
-rw-r--r--tests/latex-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/latex-reader.native b/tests/latex-reader.native
index ddee17f9e..23e600000 100644
--- a/tests/latex-reader.native
+++ b/tests/latex-reader.native
@@ -1,4 +1,4 @@
-Pandoc (Meta (fromList [("authors",MetaList [MetaInlines [Str "John",Space,Str "MacFarlane"],MetaInlines [Str "Anonymous"]]),("date",MetaInlines [Str "July",Space,Str "17,",Space,Str "2006"]),("title",MetaInlines [Str "Pandoc",Space,Str "Test",Space,Str "Suite"])]))
+Pandoc (Meta {unMeta = fromList [("authors",MetaList [MetaInlines [Str "John",Space,Str "MacFarlane"],MetaInlines [Str "Anonymous"]]),("date",MetaInlines [Str "July",Space,Str "17,",Space,Str "2006"]),("title",MetaInlines [Str "Pandoc",Space,Str "Test",Space,Str "Suite"])]})
[RawBlock (Format "latex") "\\maketitle"
,Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "set",Space,Str "of",Space,Str "tests",Space,Str "for",Space,Str "pandoc.",Space,Str "Most",Space,Str "of",Space,Str "them",Space,Str "are",Space,Str "adapted",Space,Str "from",Space,Str "John",Space,Str "Gruber\8217s",Space,Str "markdown",Space,Str "test",Space,Str "suite."]
,HorizontalRule