diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-21 23:14:42 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-10-21 23:14:42 -0700 |
commit | bfddcb46dc2eda4e2c51457816824fe30fd39549 (patch) | |
tree | aa5ec08f3e26d2c2382b7e1ce3ab5590174356bb /tests | |
parent | d89b74a00312753ae512aa59bbdc2f9689aec28b (diff) | |
download | pandoc-bfddcb46dc2eda4e2c51457816824fe30fd39549.tar.gz |
Revert "Adjust LaTeX reader test for last change."
This reverts commit ea34087cde44bc941ef0280d10de775a8c7e5426.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/latex-reader.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/latex-reader.native b/tests/latex-reader.native index 6ddcac6d7..67a4e9011 100644 --- a/tests/latex-reader.native +++ b/tests/latex-reader.native @@ -260,7 +260,7 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite"], docA ,HorizontalRule ,Header 1 [Str "LaTeX"] ,BulletList - [[Para [Cite [Citation {citationId = "smith.1899", citationPrefix = [], citationSuffix = [Str ",",Space,Str "22-23"], citationMode = AuthorInText, citationNoteNum = 0, citationSuppressParens = False, citationHash = 0}] [RawInline "latex" "\\cite[22-23]{smith.1899}"]]] + [[Para [Cite [Citation {citationId = "smith.1899", citationPrefix = [], citationSuffix = [Str ",",Space,Str "22-23"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 0}] [RawInline "latex" "\\cite[22-23]{smith.1899}"]]] ,[Para [RawInline "latex" "\\doublespacing"]] ,[Para [Math InlineMath "2+2=4"]] ,[Para [Math InlineMath "x \\in y"]] |