From 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2017 12:56:30 +0100 Subject: Moved tests/ -> test/. --- test/s5.native | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/s5.native (limited to 'test/s5.native') diff --git a/test/s5.native b/test/s5.native new file mode 100644 index 000000000..5796b74a0 --- /dev/null +++ b/test/s5.native @@ -0,0 +1,8 @@ +Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "Sam",Space,Str "Smith"],MetaInlines [Str "Jen",Space,Str "Jones"]]),("date",MetaInlines [Str "July",Space,Str "15,",Space,Str "2006"]),("title",MetaInlines [Str "My",Space,Str "S5",Space,Str "Document"])]}) +[Header 1 ("first-slide",[],[]) [Str "First",Space,Str "slide"] +,BulletList + [[Plain [Str "first",Space,Str "bullet"]] + ,[Plain [Str "second",Space,Str "bullet"]]] +,Header 1 ("math",[],[]) [Str "Math"] +,BulletList + [[Plain [Math InlineMath "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"]]]] -- cgit v1.2.3