From 9538328c6b483041de8a8e610ba9bf94a6600c2f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Feb 2012 19:24:09 -0800 Subject: Added test case for issue #186 (\$ in latex math). --- src/Tests/Readers/LaTeX.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3