From 671915735534462a7d6f6abf077d9b7f4208fd73 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 18 Aug 2014 09:37:42 +0300 Subject: [PATCH] Reproducing test case for snoyberg/markdown#23 Pinging @ndmitchell --- test/main.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/main.hs b/test/main.hs index 2338c91..9a1f605 100644 --- a/test/main.hs +++ b/test/main.hs @@ -85,3 +85,5 @@ main = hspec $ do sanitizedB "
" "
" it "removes closing voids" $ do sanitizedB "" "" + it "interleaved" $ + sanitizedB "helloworld" "helloworld"