summaryrefslogtreecommitdiff
path: root/src/Tests/Readers
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tests/Readers')
-rw-r--r--src/Tests/Readers/LaTeX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tests/Readers/LaTeX.hs b/src/Tests/Readers/LaTeX.hs
index cb8ddefa6..da3e0f6d7 100644
--- a/src/Tests/Readers/LaTeX.hs
+++ b/src/Tests/Readers/LaTeX.hs
@@ -43,7 +43,7 @@ tests = [ testGroup "basic"
, testGroup "math"
[ "escaped $" =:
- "$x=\\$4" =?> para (math "x=\\$4")
+ "$x=\\$4$" =?> para (math "x=\\$4")
]
, testGroup "space and comments"