aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:20 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:09:20 +0000
commit55b31b708e867036cca9544eeedd681baeba1005 (patch)
treec92c3f249fd53b6bca0012ae6de9775254469669 /tests/testsuite.native
parent576ddc1b99bdb09c5ba8dcc19360701b9119ae35 (diff)
downloadpandoc-55b31b708e867036cca9544eeedd681baeba1005.tar.gz
Fixed small error in testsuite.native.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1116 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/testsuite.native')
-rw-r--r--tests/testsuite.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.native b/tests/testsuite.native
index c669de619..da7929861 100644
--- a/tests/testsuite.native
+++ b/tests/testsuite.native
@@ -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}"] ]