summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-05-09 10:17:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-05-09 10:17:56 -0700
commitfd9ec835ec1447fb6040ee63a1fa8ee13b19d555 (patch)
tree038efac64bde36cb82bf95ea24719b566bae41b3 /tests
parentc1b19b17c4853bb0113a340c54a1726b7e31e1a8 (diff)
parentd32878b84b08f2f8e007b9b06c393a41e2ebe5fe (diff)
Merge pull request #2907 from tarleb/org-fixes
Org fixes (reader and writer)
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Org.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs
index 3fab92e53..17682fb32 100644
--- a/tests/Tests/Readers/Org.hs
+++ b/tests/Tests/Readers/Org.hs
@@ -308,6 +308,10 @@ tests =
"\\textit{Emphasised}" =?>
para (emph "Emphasised")
+ , "Inline LaTeX command with spaces" =:
+ "\\emph{Emphasis mine}" =?>
+ para (emph "Emphasis mine")
+
, "Inline LaTeX math symbol" =:
"\\tau" =?>
para (emph "τ")