diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-05-05 13:20:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-05-05 13:20:09 -0700 |
commit | f7a5c17a63d48b26e3c676170e8673f3011cf452 (patch) | |
tree | 5a7a42cd4ec440cc5010e065342e6d4d40190252 /tests | |
parent | cc9a9c7150250609919e06932aa3da6d4c04d3ff (diff) | |
parent | 405c3e9c36837226b0f714f241b115c72f0b8861 (diff) | |
download | pandoc-f7a5c17a63d48b26e3c676170e8673f3011cf452.tar.gz |
Merge pull request #2900 from tarleb/org-symbol-fix
Org reader: fix spacing after LaTeX-style symbols
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tests/Readers/Org.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs index bb9b37d13..6112055ba 100644 --- a/tests/Tests/Readers/Org.hs +++ b/tests/Tests/Readers/Org.hs @@ -328,6 +328,10 @@ tests = "\\copy" =?> para "©" + , "MathML symbols, space separated" =: + "\\ForAll \\Auml" =?> + para "∀ Ä" + , "LaTeX citation" =: "\\cite{Coffee}" =?> let citation = Citation |