summaryrefslogtreecommitdiff
path: root/tests/s5.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-20 22:36:40 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-20 22:36:40 -0800
commit52b6e38425ca4ce1b95fa8e92daaa7f10f7d3a5b (patch)
tree03988f861cb1ee52e894b0dbd904b9a6af7555d8 /tests/s5.native
parent8894b1a030145d903afea6e21dc61172a5f7c6c0 (diff)
Updated tests for new native format.
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..8caca5423 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}"]]]] \ No newline at end of file