aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Org/Inline.hs10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/Tests/Readers/Org/Inline.hs b/test/Tests/Readers/Org/Inline.hs
index 856f01063..962e050f0 100644
--- a/test/Tests/Readers/Org/Inline.hs
+++ b/test/Tests/Readers/Org/Inline.hs
@@ -328,9 +328,13 @@ tests =
"\\emph{Emphasis mine}" =?>
para (emph "Emphasis mine")
- , "Inline LaTeX math symbol" =:
- "\\tau" =?>
- para (emph "τ")
+ , "Inline math symbols" =:
+ "\\tau \\oplus \\alpha" =?>
+ para "τ ⊕ α"
+
+ , "Inline LaTeX math command" =:
+ "\\crarr" =?>
+ para "↵"
, "Unknown inline LaTeX command" =:
"\\notacommand{foo}" =?>