aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-24 22:13:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-26 17:23:56 -0800
commit932fc128400a5d21116170818a8bf52b281a56c1 (patch)
tree84fc35613b29187a35f8fbf2debd01afcbede740 /tests/writer.native
parent0cc7625d98e018d7ff01de14ee1fdd44639d27f7 (diff)
downloadpandoc-932fc128400a5d21116170818a8bf52b281a56c1.tar.gz
Updated tests.
Diffstat (limited to 'tests/writer.native')
-rw-r--r--tests/writer.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.native b/tests/writer.native
index 607c95eb2..d8d62264e 100644
--- a/tests/writer.native
+++ b/tests/writer.native
@@ -294,7 +294,7 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite"], docA
,HorizontalRule
,Header 1 [Str "LaTeX"]
,BulletList
- [[Plain [RawInline "latex" "\\cite[22-23]{smith.1899}"]]
+ [[Plain [RawInline "tex" "\\cite[22-23]{smith.1899}"]]
,[Plain [Math InlineMath "2+2=4"]]
,[Plain [Math InlineMath "x \\in y"]]
,[Plain [Math InlineMath "\\alpha \\wedge \\omega"]]