summaryrefslogtreecommitdiff
path: root/tests/tables.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-28 08:13:48 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-28 08:13:48 +0000
commit36675bd20612fc75df97dda3a3c0d2a5b694f83c (patch)
tree56b6c1dbf76ce501e73a84e2ca84c1014306cd10 /tests/tables.native
parent76ab88807e2a6e2161343f8b0a3d01a8a22e9d99 (diff)
Added accessors (docTitle, docAuthors, docDate) to Meta type.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1853 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.native')
-rw-r--r--tests/tables.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tables.native b/tests/tables.native
index 7852ee3a7..aa967318d 100644
--- a/tests/tables.native
+++ b/tests/tables.native
@@ -1,4 +1,4 @@
-Pandoc (Meta [] [] [])
+Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[ Para [Str "Simple",Space,Str "table",Space,Str "with",Space,Str "caption:"]
, Table [Str "Demonstration",Space,Str "of",Space,Str "simple",Space,Str "table",Space,Str "syntax",Str "."] [AlignRight,AlignLeft,AlignCenter,AlignDefault] [0.0,0.0,0.0,0.0]
[ [ Plain [Str "Right"] ]