From a579e2c89289b97fa4083c2c0e2299da9d44e9e0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 27 Dec 2011 15:45:34 -0800 Subject: Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. --- src/Tests/Arbitrary.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Tests/Arbitrary.hs') diff --git a/src/Tests/Arbitrary.hs b/src/Tests/Arbitrary.hs index 986e3e4d5..9d65e1f1f 100644 --- a/src/Tests/Arbitrary.hs +++ b/src/Tests/Arbitrary.hs @@ -41,10 +41,6 @@ arbInline :: Int -> Gen Inline arbInline n = frequency $ [ (60, liftM Str realString) , (60, return Space) , (10, liftM2 Code arbAttr realString) - , (5, return EmDash) - , (5, return EnDash) - , (5, return Apostrophe) - , (5, return Ellipses) , (5, elements [ RawInline "html" "" , RawInline "latex" "\\my{command}" ]) ] ++ [ x | x <- nesters, n > 1] -- cgit v1.2.3