From 36675bd20612fc75df97dda3a3c0d2a5b694f83c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 28 Feb 2010 08:13:48 +0000 Subject: Added accessors (docTitle, docAuthors, docDate) to Meta type. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1853 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/html-reader.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/html-reader.native') diff --git a/tests/html-reader.native b/tests/html-reader.native index 26bbd6693..5eb74768c 100644 --- a/tests/html-reader.native +++ b/tests/html-reader.native @@ -1,4 +1,4 @@ -Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] [] []) +Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite"], docAuthors = [], docDate = []}) [ 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's",Space,Str "markdown",Space,Str "test",Space,Str "suite."] , HorizontalRule , Header 1 [Str "Headers"] -- cgit v1.2.3