summaryrefslogtreecommitdiff
path: root/tests/s5.native
diff options
context:
space:
mode:
Diffstat (limited to 'tests/s5.native')
-rw-r--r--tests/s5.native15
1 files changed, 7 insertions, 8 deletions
diff --git a/tests/s5.native b/tests/s5.native
index c6175478d..020ee4079 100644
--- a/tests/s5.native
+++ b/tests/s5.native
@@ -1,9 +1,8 @@
Pandoc (Meta {docTitle = [Str "My",Space,Str "S5",Space,Str "Document"], docAuthors = [[Str "Sam",Space,Str "Smith"],[Str "Jen",Space,Str "Jones"]], docDate = [Str "July",Space,Str "15,",Space,Str "2006"]})
-[ Header 1 [Str "First",Space,Str "slide"]
-, BulletList
- [ [ Plain [Str "first",Space,Str "bullet"] ]
- , [ Plain [Str "second",Space,Str "bullet"] ] ]
-, Header 1 [Str "Math"]
-, BulletList
- [ [ Plain [Math InlineMath "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"] ]
- ] ]
+[Header 1 [Str "First",Space,Str "slide"]
+,BulletList
+ [[Plain [Str "first",Space,Str "bullet"]]
+ ,[Plain [Str "second",Space,Str "bullet"]]]
+,Header 1 [Str "Math"]
+,BulletList
+ [[Plain [Math InlineMath "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"]]]]