Fixed small error in testsuite.native.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1116 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
576ddc1b99
commit
55b31b708e
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] ["John MacFarlane
|
|||
, [ Plain [TeX "\\doublespacing"] ]
|
||||
, [ Plain [Math "2+2=4"] ]
|
||||
, [ Plain [Math "x \\in y"] ]
|
||||
, [ Plain [Math "\\alpha \\wedge \\omega$] ]
|
||||
, [ Plain [Math "\\alpha \\wedge \\omega"] ]
|
||||
, [ Plain [Math "223"] ]
|
||||
, [ Plain [Math "p",Str "-",Str "Tree"] ]
|
||||
, [ Plain [Math "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"] ]
|
||||
|
|
Loading…
Reference in a new issue