summaryrefslogtreecommitdiff
path: root/tests/latex-reader.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:04 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:04 +0000
commitdc426000814d11b6d8393df491e4936aba5cf203 (patch)
treed66752c6bea69c1c17122aed1e45b2a0b072572d /tests/latex-reader.native
parente9f16683f26f5c7c71f01a9f02c15d269fc67606 (diff)
Changed tests to use new Math block element.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1111 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/latex-reader.native')
-rw-r--r--tests/latex-reader.native14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/latex-reader.native b/tests/latex-reader.native
index 8ee3f5e98..8bfe59906 100644
--- a/tests/latex-reader.native
+++ b/tests/latex-reader.native
@@ -274,13 +274,13 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] ["John MacFarlane
, BulletList
[ [ Para [TeX "\\cite[22-23]{smith.1899}"] ]
, [ Para [TeX "\\doublespacing"] ]
- , [ Para [TeX "$2+2=4$"] ]
- , [ Para [TeX "$x \\in y$"] ]
- , [ Para [TeX "$\\alpha \\wedge \\omega$"] ]
- , [ Para [TeX "$223$"] ]
- , [ Para [TeX "$p$",Str "-",Str "Tree"] ]
- , [ Para [TeX "$\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}$"] ]
- , [ Para [Str "Here",Apostrophe,Str "s",Space,Str "one",Space,Str "that",Space,Str "has",Space,Str "a",Space,Str "line",Space,Str "break",Space,Str "in",Space,Str "it:",Space,TeX "$\\alpha + \\omega \\times x^2$",Str "."] ] ]
+ , [ Para [Math "2+2=4"] ]
+ , [ Para [Math "x \\in y"] ]
+ , [ Para [Math "\\alpha \\wedge \\omega"] ]
+ , [ Para [Math "223"] ]
+ , [ Para [Math "p",Str "-",Str "Tree"] ]
+ , [ Para [Math "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"] ]
+ , [ Para [Str "Here",Apostrophe,Str "s",Space,Str "one",Space,Str "that",Space,Str "has",Space,Str "a",Space,Str "line",Space,Str "break",Space,Str "in",Space,Str "it:",Space,Math "\\alpha + \\omega \\times x^2",Str "."] ] ]
, Para [Str "These",Space,Str "shouldn",Apostrophe,Str "t",Space,Str "be",Space,Str "math:"]
, BulletList
[ [ Para [Str "To",Space,Str "get",Space,Str "the",Space,Str "famous",Space,Str "equation,",Space,Str "write",Space,Code "$e = mc^2$",Str "."] ]